Error Pages
Moderator: General Moderators
- BShurilla09
- Forum Newbie
- Posts: 1
- Joined: Sat Jul 17, 2010 12:30 am
Error Pages
Is there a way with the PHP to create an error page automaticllay i.e. the same error picture and contact form but it automatically puts in Error 404 The page your looking for either doesn't exist, or it is broken. or error 403 Forbidden??
Re: Error Pages
Hi,
This is possible using .htaccess you can setup custom page for error and can also dynamic page for the same by setting
"ErrorDocument 404 /notfound.html" into .htaccess
More more details please have a look at:
http://www.thesitewizard.com/archive/custom404.shtml
This is possible using .htaccess you can setup custom page for error and can also dynamic page for the same by setting
"ErrorDocument 404 /notfound.html" into .htaccess
More more details please have a look at:
http://www.thesitewizard.com/archive/custom404.shtml
Re: Error Pages
if youre using IIS, you can define custom error files from the IIS Admin tool.