20 April 2006

Transferred

I moved off textpattern.

I had to redirect my atom and rss feeds. Here is the code I used for apache’s .htaccess:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /paul/
RewriteCond %{QUERY_STRING}  ^rss=1$
RewriteRule ^$ http://findlay.net.nz/paul/feed/ [R=301,L]
RewriteCond %{QUERY_STRING}  ^atom=1$
RewriteRule ^$ http://findlay.net.nz/paul/feed/atom/ [R=301,L]
</IfModule>

Thanks to the helpful Rewriting URLs With Query Strings

Paul at 6:50 pm

Comments Off



No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.