Forum Moderators: phranque
ErrorDocument 404 /404.html
i also have a 401 error defined, it worked, but the 404 will not work. the file is >512bytes, so i dony know why im not getting my error message put there.
i see everywhere info about putting it into .htaccess but i dont wanna do that or all my <directory> information will be overwritten and thats stupid, i have AllowOverride Off anyways.
btw, i couldnt get the 401 error that DID work to access my CSS stylesheet that was in the same directory, does anyone know if something really screwy is going on here or what?
to summarize:
-i have a series of ErrorDocument settings defined
-the 404 will not work in IE, no matter how big i make the 404.html file, no matter how many times i clear my cache or reload the page
-the ErrorDocument settings that DO work are not properly accessing the CSS stylesheet that i defined for it, i had to implement it in the <body> tag, etc.