Virtualhost pulling from the same site??
- by Matt
I have my httpd.conf on fedora 8 that I am setting the virtual host file. Here is what I have:
DocumentRoot "/var/www/html"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all…