This is my Vhosts.conf :
CODE
################# Named VirtualHosts
NameVirtualHost scoopy.localhost
<VirtualHost 127.0.0.1>
ServerName scoopy.net
ServerPath /etc/httpd
DocumentRoot /www/html
</VirtualHost>
NameVirtualHost scoopy.localhost
<VirtualHost 127.0.0.1>
ServerName scoopy.net
ServerPath /etc/httpd
DocumentRoot /www/html
</VirtualHost>
This is what I am getting in my browser:
QUOTE
Forbidden
You don't have permission to access / on this server.
Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.2.100mdk) PHP/4.3.4 Server at scoopy.net Port 80
You don't have permission to access / on this server.
Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.2.100mdk) PHP/4.3.4 Server at scoopy.net Port 80
So, I am sure I missed something or did something wrong. Maybe some sort of redirect would work too ???
thanks,