Hi,
I just placed .htaccess on my root direction.
It works ok for the files in the root direction. But all other directions or files in those directions give me 403 forbidden acces.
This is what i put in the .htaccess :
----------------------------------------------------
ErrorDocument 404
http://spawnboard.hypermart.net/errors/404.html ErrorDocument 403
http://spawnboard.hypermart.net/errors/403.html ErrorDocument 500
http://spawnboard.hypermart.net/errors/500.html Options Indexes FollowSymLinks Includes
addType text/x-server-parsed-html .html
addType text/x-server-parsed-html .htm
addType application/x-httpd-cgi .cgi
addType application/x-httpd-cgi .pl
----------------------------------------------------
And i made those error pages to. and put them in that direction (errors)
Can anyone explain me what i am doing wrong?
------------------
