more redirects

This commit is contained in:
James Walker 2012-01-06 22:56:42 -05:00
parent 1ae363f416
commit 701c93687a

View File

@ -5,11 +5,12 @@ permalink: .htaccess
ErrorDocument 404 /404.html ErrorDocument 404 /404.html
Options +Multiviews Options +Multiviews
Redirect permanent /james-walker /about/ Redirect permanent /james-walker /about.html
Redirect permanent /node/feed /atom.xml Redirect permanent /node/feed /atom.xml
Redirect permanent /rss.xml /atom.xml Redirect permanent /rss.xml /atom.xml
Redirect permanent /topics/drupal/feed /tag/drupal/atom.xml Redirect permanent /topics/drupal/feed /tag/drupal/atom.xml
Redirect permanent /tag/openid/feed /tag/openid/atom.xml
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine on RewriteEngine on