Posts Tagged With: redirect

301 Redirect using PHP

Tagged with: , , , ,

301 Redirect using PHP


header ('HTTP/1.1 301 Moved Permanently');
header ('Location: '.$new_location);
No Comments »