advanced code snippet search
wza on 06/10/09
php header location redirect textmate 301 moved permanently
06/10/09 08:55am
<?php header("Status: 301"); # 301 Moved Permanently header("Location: http://{$_SERVER['SERVER_NAME']}/blog"); exit;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.