[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] how customize 404 page on raq4?



<snip>

> i have try allready the solution explain in the website :
> http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=78
> 
> but i don't know why i get always a "internal server error"....
</snip>

If you get an internal server error due to a .htaccess file then you can usually trace the problem. Telnet/SSH in and tail your error logs by doing this:
tail -f /home/log/httpd/error

It will then show the errors being generated, so try to go to a page that doesn't exist and see what message it gives you.

To basically explain, all you need, in the ../../web folder of your FTP account is a file called .htaccess with this line in it:
ErrorDocument 404 /404.html

Make sure it is exactly that, and change the 404.html to whatever local file you want.

Hopefully that will solve it, if not, post what error appears in the error log file.

Regards,

Andy
andy@xxxxxxxxxx
http://www.raqpak.com/ <-- Raq/Qube unofficial PKGs and support advice