xampp virtual host in config file causes forbidden error...
- by Ronedog
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.