隨手記錄所見所得。
<?php Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.new-url.com" ); ?>
<?php $url="http://www.new-url.com"; Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: ".$url; ); ?>
沒有留言:
張貼留言