Wednesday 19 September 2012

301 Permanent moved redirect in php


<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://example.com/abc.html");
?>

No comments:

Post a Comment