301 Redirect using PHP
Tagged with: 301, header, location, PHP, redirect
Friday, October 5th, 2007 10:56 PM
301 Redirect using PHP
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: '.$new_location);
301 Redirect using PHP
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: '.$new_location);