Forum Moderators: open
I guess my question could of been better asked like this:
Since the PHP redirect is performed server-side, will a search engine be redirected just like the other normal visitors to the page?
Thanks again.
the header function issues a 302 by default
The second special case is the "Location:" header. Not only does it send this header back to the browser, but it also returns a REDIRECT (302) status code to the browser unless some 3xx status code has already been set.
from
[php.net...]