Posts

Showing posts from June, 2013

Redirect 301 permanently with PHP

Sometimes you might want to redirect your visitors to a new URL address. This is the one you should use as it is the most search engine friendly. Like the name suggests, PHP redirect tells the browser (or a search engine bot) that the page has been permanently moved to a new location.This article will show you how to make a PHP redirect using the 301 “moved permanently” redirection. Read more