Help
I'm having problems when I type to access the Web page I get this error "Forbidden You Don't have permission to access / on this server". Also, here is what I have done:
1. Modified the Hosts file:
192.168.1.200 vhost1.mydomain.com
2.httpd.conf VirtualHost Section
<VirtualHost 192.168.1.200>
UserCanonicalname off
ServerName vhost1.mydomain.com
DocumentRoot /home/hawkins
</VirtualHost>
I'm having problems when I type to access the Web page I get this error "Forbidden You Don't have permission to access / on this server". Also, here is what I have done:
1. Modified the Hosts file:
192.168.1.200 vhost1.mydomain.com
2.httpd.conf VirtualHost Section
<VirtualHost 192.168.1.200>
UserCanonicalname off
ServerName vhost1.mydomain.com
DocumentRoot /home/hawkins
</VirtualHost>