March 2007


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

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 I can enter a stable website (like google, or yahoo) to check first, for the presence of a working internet connection. This helps to prevent false positives (or postives falses? huh?). There is a lite version and a full version, both are free. The full version runs as a serivce so it will start working even if you are not logged into your workstation.

Get the free website monitoring application.

Website Monitor URLs

Website Monitor Settings

« Previous Page