Paul Findlay

27 April 2006

Rain is good

It was raining in Hamilton (New Zealand) today – something not atypical – but this time it was special. I was outside cleaning the pool due to the fact that we were expecting visitors. When I came inside to greet the newly arrived visitors, I found something was pressing into my side from the jacket. Turned out to be my glasses which for months, I had believed to be lost 100s of kilometers away. Oh well.

Not really an exciting story, but I had to have some other text take over from the previous item.

Paul at 11:29 pm

Comments Off

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