Does anyone know how I can use 301 redirect on my site, we have updated it a number of times over the last year, and now have around 2,000 listings on google going to old pages that are no longer there. So I would like them to be forwarded to the homepage. Any Help would be good. Thanks
301 Redirect
Collapse
X
-
Re: 301 Redirect
No problem,- Access your cpanel
- click on the error pages icon
- click on 404
- add the html for what ever you want showing
HTML Code:<html> <head> <META HTTP-EQUIV="Refresh" CONTENT="15; URL=www.freeresourcedirectory.com"> <TITLE>404 Not Found on Freeresourcedirectory.com</TITLE> </head> <body> <center> <IMG SRC="http://www.globalmook.com/freeresourcedirectory/error404.gif"> </center> <br> <H2>If this page stays here for more than 20 seconds - Click <A HREF="http://www.freeresourcedirectory.com/"> here</a></H2> </FORM> </body> </html>
HTML Code:<IMG SRC="http://www.globalmook.com/freeresourcedirectory/error404.gif"> </center>
HTML Code:<META HTTP-EQUIV="Refresh" CONTENT="15; URL=www.freeresourcedirectory.com">
If you want the page to redirect instantly just change the value to 0.
Hope this helps you outArcade Ninja - Free Flash Arcade
FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free
Comment