Page 1 of 1

404 custom error page [solved]

Posted: Thu Jan 15, 2009 3:36 am
by papa
Just did a custom 404 page and works fine on my webhost but not locally. Just curious if there is something in my httpd.conf file I have to change ? I've googled and looked around but seems it "should work".

My .htaccess:
ErrorDocument 404 /404.php

:)

Re: 404 custom error page

Posted: Thu Jan 15, 2009 4:52 am
by jaoudestudios
We were helping Jordi yesterday with a similar issue.
viewtopic.php?f=31&t=93513

Do you have AllowOverride All in your httpd.conf file?

Re: 404 custom error page

Posted: Thu Jan 15, 2009 6:18 am
by papa
Ah thank you, it was my path that was wrong.