johnsmith153 Posted November 3, 2010 Share Posted November 3, 2010 For SEO purposes I am told that either 301/302 redirects are better. I use header("Location: $url everywhere, is this 301 or 302 ? Also, I see somewhere that this is the proper way to do it. header ('HTTP/1.1 301 Moved Permanently'); header ('Location: '.$location); .. what if I didn't use the first line (I have sites all over the place littered with header Location, but have only used the 2nd line)? Would it make a difference - it works that's for sure. Link to comment https://forums.phpfreaks.com/topic/217673-what-type-of-redirect-is-headerlocation-url/ Share on other sites More sharing options...
AbraCadaver Posted November 3, 2010 Share Posted November 3, 2010 With the first line it is a 301, if you omit the first line it defaults to a 302. Link to comment https://forums.phpfreaks.com/topic/217673-what-type-of-redirect-is-headerlocation-url/#findComment-1129950 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.