I told Apache to redirect everything from www.semergence.com that is NOT a file over to blog.semergence.com. Here's how I did it:
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ http://blog.semergence.com%{REQUEST_URI} [R=permanent,QSA,L]
Hopefully your feed reader respects the redirects! And thanks for following!
0 comments:
Post a Comment