Given the variety of ways one could redirect a link, what are the pros / cons of the various methods?
301 using .htaccess
Meta refresh
PHP header
Javascript
URL forwarding via your webhost
I guess what I'm looking for is: 1) do they all pass the same header information showing that the visitor came from your site? 2) why would you use one type over another?
301 using .htaccess
Meta refresh
PHP header
Javascript
URL forwarding via your webhost
I guess what I'm looking for is: 1) do they all pass the same header information showing that the visitor came from your site? 2) why would you use one type over another?