![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Sep 2008
Posts: 237
Thanks: 9
Thanked 3 Times in 3 Posts
|
Web Design Noob In The House! What's the HTML to redirect a page to a different page? Thanks. |
| | |
| | #2 |
| Wordpress Magician War Room Member Join Date: May 2008 Location: Bangkok, Thailand.
Posts: 637
Thanks: 13
Thanked 15 Times in 8 Posts
| |
| | |
| | |
| | #3 |
| DIY Internet Marketing War Room Member Join Date: Jul 2002 Location: Brisbane
Posts: 4,917
Blog Entries: 10 Thanks: 7
Thanked 990 Times in 449 Posts
|
A 404 page is actually a marketing opportunity which many marketers overlook. A person reaches a 404 page either because they entered a wrong page url or in the case of a membership site are not registered. Your 404 page can therefore be a tool to make the offer again or provide helpful information to keep them on your site. If you go to The Internet Marketers Club and try to click on one of the links you will see my 404 page which reinforces the sign up process. Here are a whole bunch of very interesting 404 pages from different sites to give you and idea of what can be done. 404 Error Pages: Reloaded | Design Showcase | Smashing Magazine ![]() Quentin |
| Last edited by Quentin; 02-21-2009 at 07:26 PM. Reason: bad link | |
| | |
| | #4 |
| Active Warrior Join Date: Aug 2007 Location: , , .
Posts: 54
Thanks: 0
Thanked 10 Times in 3 Posts
|
If you are using apache server, you can add the following to the .htaccess file: ErrorDocument 404 /missing.html So when someone visit your website through an invalid URL, he will be redirected to missing.html (or any file that you specify on that line). Normally 404 redirect is done at web server level (using mod_rewrite or ErrorDocument) instead of html level. This is because 404 means that the web server cannot find the suitable html file in the first place, so any html redirect won't get chance to work. |
| | |
![]() |
|
| Tags |
| 404, redirect |
| Thread Tools | |
| |
![]() |