Page is a not externally linkable
bramley - 6:13 pm on Dec 5, 2011 (gmt 0)
[edited by: Robert_Charlton at 8:49 pm (utc) on Dec 5, 2011]
Thanks Rainborick.
One supplementary Q.
What I do at the moment is :
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www. ...
I take it that Google will take the new location to be the new location of the redirected link; I mean that the old url is to be forgotten and the new one remembered.
Is this the correct way to do this - with two headers like this ?
[edit reason] fixed example in code [/edit]