xampp virtual host in config file causes forbidden error...

Posted by Ronedog on Stack Overflow See other posts from Stack Overflow or by Ronedog
Published on 2010-04-01T02:25:18Z Indexed on 2010/04/01 2:33 UTC
Read the original article Hit count: 462

Filed under:
|

Any idea why the following virtual host causes xampp to give me a "403 forbidden error"?

<VirtualHost *:80> 
ServerName rst
DocumentRoot "C:/xampp/htdocs/administrator/login.php"
</VirtualHost>

If I delete this code then xampp loads web pages just fine...but I don't want to have to type in the whole url...I want to just type in "rst" and go to my page.

This is on a windows vista machine.

Thanks for the help.

© Stack Overflow or respective owner

Related posts about xampp

Related posts about virtual-machine