Quote:
Originally Posted by umlautbastards
Need to know about the custom 404 page. Whenever I try typing a wrong page name, I get the IE 404 page (not even 000webhosts'). Have gone back and tried it 1000 times as the FAQ describes (and it did work for me once upon a time), but no dice. I have the error.php & .htaccess in the same folder (public_html, and we're not allowed to upload anything above that level - which would be the root directory, correct?), but nothing is working out.
|
Paste this in your .htaccess:
Code:
ErrorDocument 404 /error.php
If that doesn't work, tell me your sites address and what is in your .htaccess file.