Jump to content

What type of redirect is header("Location: $url ?


johnsmith153

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.