I need one practical advice - is better to redirect with .htaccess Redirect 301 rules, or to use PHP header function (after parsing URL)?
Which one is better to Google and SEO?
Tnx in adv!
|
|
|
HTTP clients cannot tell what caused a server to return a 30x redirect status, so it makes absolutely no difference. |
|||