guys i am trying to host a site on my own home server but when i make virtual host in httpd.conf like following
NameVirtualHost *:80
<VirtualHost *:80>
ServerName [url]www.mydomain.com[/url]
DocumentRoot c:/wamp/www
</VirtualHost>
it gives me the following error
Forbidden
You don't have permission to access / on this server.
what should i do to remove this page and add my own index page...!!