Snippets

Barry Smith 301 Redirect

Created by Barry Smith
1
2
3
4
<?php 
header("HTTP/1.1 301 Moved Permanently"); 
header("Location: http://www.New-Website.com"); 
?>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.