404 page customization

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
magicofflight
Forum Newbie
Posts: 1
Joined: Sat Dec 25, 2010 2:52 am

404 page customization

Post by magicofflight »

This is the 404 page on my site..http://magicofflight.com/wrong The browser title is magicofflight.com|magicofflight.com
I want to know how to add a title like error 404| Magicofflight.com/ should i use the title tag?
Please Please help me.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: 404 page customization

Post by social_experiment »

A 404 error page is still a page, use the <title> tag for any title you might want.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: 404 page customization

Post by s.dot »

Looks like your page is already a custom 404 page. So, figure out how to edit it. And, as mentioned above, edit the title tag.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply