PHP Proper Redirect for Search Engines
How to do a permanent redirect using PHP.
Place this code at the top of your PHP page.
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://www.example.com/otherpage.php”);
exit();
Free Website Monitoring Software
The perfect website monitoring program I’ve used for windows. Does everything needed and nothing more. Enter your URL’s to be checked, and choose to be notified by email if you’d like. Also writes events to a log file for reference. (believe me, this comes in handy when dealing with your webhost). I also like how [...]
Read more »
Share your thoughts..