I’m an uncle!

Not exactly up to the minute news here, where did the last three weeks go and I’ve left my blog sadly unattended.  The biggest news here is that I’m a real honest-to-goodness uncle.  Patty had a baby boy ten days ago, Ian Christopher. He’s cute, and sounds like he cries a lot.  They’re also lucky

I’m an uncle! Read More »

Using Apache’s .htaccess to restrict a site for maintenance

This is primarily a reminder for myself, since I have a hard time finding this when I need it.  Use this to restrict access to a site by IP address and display a friendly message to users when doing an upgrade or maintenance. <LIMIT GET POST >Order Deny,AllowDeny from AllAllow from 192.168.0.1</LIMIT>ErrorDocument 403 "Site Upgrades,

Using Apache’s .htaccess to restrict a site for maintenance Read More »