Monthly Archives: March 2007

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();

Posted in php code | Tagged | Leave a comment

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. … Continue reading

Posted in software | Tagged | Leave a comment