how to set custom error pages???(SOLVED)

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
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

how to set custom error pages???(SOLVED)

Post by raghavan20 »

In many sites I see that if you type in a wrong URL it automatically opens up a error page and says that ' URL you are trying to find is not available' and redirection link is provided.

how do I do that??? Wot's the logic behind it??? :?
Last edited by raghavan20 on Thu Sep 08, 2005 3:54 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

custom 404 handling.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

thanks for the key feyd.

anybody want more information on this, have a look at this link
http://www.onlamp.com/pub/a/onlamp/2003 ... sklar.html
Post Reply