This is just a bit of code for my own personal reference:
header('HTTP/1.1 301 Moved Permanently’);
header(’Location: ‘.URL);
header(’Connection: close’);
just what the title says…the web isn’t just for the sane anymore
This is just a bit of code for my own personal reference:
header('HTTP/1.1 301 Moved Permanently’);
header(’Location: ‘.URL);
header(’Connection: close’);
April 1st, 2007 at 6:13 pm
Interesting - I was just about to implement some 301 redirects for my Geekie.org site, and I happened to see that this post is the only post with the tag “geekie” other than my own site.