Jan
17
PHP 301 Redirect
Today I searched PHP 301 Redirect and I found that it was very simple. All you need to do is add this code to the header of the the php page.
Then you just change “http://www.new-url.com” to the url you want the page to get redirect to. Once that is done you have successfully redirected a page using a 301 redirect.
