Need help in custom error pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

Need help in custom error pages

Post by kalpesh »

hi, i want to create custom error page for mysite.
I try to include .htaccess which is in root level has following code.
ErrorDocument 404 /errror404.htm

I create errror404.htm in root level.
Please help me.
Thanks in advance.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need help in custom error pages

Post by requinix »

So what's the problem?
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

Re: Need help in custom error pages

Post by kalpesh »

Problem is there is nothing happens at my site.
It does not not showing custom error pages .
It shows default browser error page.
Post Reply