Ricky
Junior Member
Posts: 260
inherit
118465
0
Mar 9, 2010 7:15:03 GMT -8
Ricky
260
February 2008
plushkids
|
Post by Ricky on Oct 8, 2009 6:34:58 GMT -8
Hey everyone,
I am trying to find a solution to using a 301 redirect. As I am aware, a 301 redirect is best for maintaing google pr and for seo purposes. This is a top priority.
Secondly though, I require a page which says: Company Name (OLD) has Re-Branded to: Company Name (NEW) *LOGO* You are now being redirected.
Does anyone have a way of working this?
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Oct 8, 2009 9:18:13 GMT -8
301.php:<?php header("HTTP/1.1 301 Moved Permanently"); header("refresh=5; url=http://newsite.com/newurl.html"); ?>HTML FOR PAGE HERE
I'm not sure if search engines will pick up on header refresh's though, or if they only pay attention to Location.
Alas, if you're switching domains, you're pretty much gonna lose your PR anyway, methinks.
|
|