Monday, November 30, 2009

403 Forbidden

403 Forbidden
You don’t have permission to access /scripts on this server.

Solution:

make sure you have set this in httpd.conf

<IfModule alias_module>
Alias /scripts/ "D:/UO/www/scripts/"
</IfModule>

<Directory "D:/UO/www/scripts">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

No comments: