PHP 301 重定向
April 30th, 2009
| Tags:
<php?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.xuer.org” );
?>
Leave a comment
| Trackback
<php?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.xuer.org” );
?>