# Below are all the real virtual host definitions.
<VirtualHost *:80>
     ServerAdmin x...@ycc.com
     DocumentRoot /var/www/html/roatanbakery.com
     ServerName roatanbakery.com
     ServerAlias www.roatanbakery.com
</VirtualHost>

When I use Firefox via http://localhost/roatanbakery.com/ , the page
comes up broken with no css and no ssi's working.

localhost isn't in the ServerName/-Alias, so the first (default) host is used, and the documentroot for that host is /var/www/html. A reference to /common/style.css will result in a request for the file /var/www/html/common/style.css.

Joost

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to