You don't have permission to access / on this server.
Posted by: 4xjbh (203.201.154.---)
Date: June 05, 2013 06:13AM

I have just installed 2.2e on a windows server system and I am getting the above error message. I have added the options and directory tags to the vhost file with no change.

When I 'allow' in the httpd.conf file the page loads the wampserver configuration page from the http:/intranet.mycompany.com.au URL.

The site was previously on ws2 with no problems. What else should I be looking for to get this going?

Thanks in advance, James

<VirtualHost *:80>
ServerAdmin james@mycompany.com.au
DocumentRoot "c:/wamp/www/mysite"
ServerName intranet.mycompany.com.au
ErrorLog logs/intranet.mycompany.com.au
CustomLog logs/intranet.mycompany.com.au common
Options Indexes FollowSymLinks
<Directory "c:/wamp/www/mysite">
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>

Options: ReplyQuote


Sorry, only registered users may post in this forum.