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>
Monday, November 30, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment