Forum Moderators: phranque
C:/www <- Main site
C:/www/site1 <--- additional site with virtual host, e.g. port 1000
C:/www/siteN <--- etc.
Now when I access these "sub"sites via the virtual host (ip.ip.ip.ip:1000) everything works fine. When I try to access without the virtual host (ip.ip.ip.ip/site/) I get the 500 permission denied message. How come?
Even stranger: When I access subdirectories within the virtual host (like ip.ip.ip.ip:1000/folder1/folder2/index.html, i get a 404 error! I am definitly puzzled...
Shouldn't these settings be enough to allow for all permissions?:
<Directory "C:/www">
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>