Hi guys, virtual hosts to separate directories in my docroot folder work fine. but when i set up a virtual host to a separate drive, i get the forbidden error! I remember i got this to work lastime, but now it doesnt seem to work!
####This one is fine######
<VirtualHost *:80>
DocumentRoot "D:/webroot/raw/332labs"
ServerName lab.rathernifty.com
#Other directives here
</VirtualHost>
####This one gives a FORBIDDEN ERROR#####
<VirtualHost *:80>
DocumentRoot "H:/Media"
ServerName mp3.rathernifty.com
#Other directives here
<Directory "H:/Media">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Any help?
Thanks a bunch!
####This one is fine######
<VirtualHost *:80>
DocumentRoot "D:/webroot/raw/332labs"
ServerName lab.rathernifty.com
#Other directives here
</VirtualHost>
####This one gives a FORBIDDEN ERROR#####
<VirtualHost *:80>
DocumentRoot "H:/Media"
ServerName mp3.rathernifty.com
#Other directives here
<Directory "H:/Media">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Any help?
Thanks a bunch!