Strangely, /home/something/public_html/404.html did not work (i had already tried that one), but /~username/404.html does.. I don't get it but at least it works now! Thanks
I'm trying to setup my .htaccess file to use custom error documents.
The problem is that if I put:
ErrorDocument 403 *****/403.html
it works fine, but
ErrorDocument 403 /403.html
does not work... Why?
Thanks