So, until I can rebuild those web sites, I have to use the mod_rewrite features of Apache to temporarily redirect visitors to a working web site. This is done with the following entry in the virtual host information:
<VirtualHost>
ServerName www.stevecoursen.com
RewriteEngine On
RewriteRule ^(.*) http://blog.stevecoursen.com [R,NC,L]
</VirtualHost>
So, if you were trying to go to a different website, but ended up here, it's because I haven't restored or rebuilt the site you were trying to get to. It would also be the reason why no one was able to really get to this blog yesterday either, as the machine that failed is also my DNS server.
No comments:
Post a Comment