Hooray RewriteCond and RewriteRule

After a long time of seeing a livejournal aggregator in the logs, looking for the old RSS feed (this is due to the migration from Wordpress to Drupal), I've finally fixed up a working redirect to the new one.

RewriteCond %{query_string} feed=rss2
RewriteRule ^/blog/ /index.php?q=rss.xml [R]

Hopefully, that should fix that. (Although, I'll have to wait and see.) And now, to get on to adding module support to Harlie, like I originally set out to do about 8 hours ago.

Adverts