summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-11 12:37:49 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-11 12:37:49 +0200
commitbde1affc4f8257d7185508c272f7b2e0d63f6e7a (patch)
treec86806f8f782fb40836e595955aa1b8ca80cd87d /.htaccess
parentfix markup for image (diff)
downloadlumberjaph-bde1affc4f8257d7185508c272f7b2e0d63f6e7a.tar.gz
redirect rss to atom
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..3028c18
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,2 @@
+RewriteEngine On
+RewriteRule ^index.rss /index.atom [L,R=301] \ No newline at end of file