.htaccess rewrites after wp 2 upgrade
-
Hello oh-you-all-knowing! ??
I (finally) upgraded from WP 1.5 to 2.0 a few days ago, and everything worked like magic – accept one thing. My htaccess-file is ignored. See, i had htaccess redirecting all the feed requests from when i was using movable type. After the usual WordPress-lines, i had:
<IfModule mod_rewrite.c>
RewriteRule ^index.rdf$ /index.php?feed=rdf [QSA,L]
RewriteRule ^atom.xml$ /index.php?feed=atom [QSA,L]
RewriteRule ^index.xml$ /index.php?feed=rss2 [QSA,L]
</IfModule>…and it worked like a charm. But now – it’s all broken and the frontpage is being displayed when i try to request index.rdf, atom.xml and index.xml.
My addition is still in the htaccess – but it seems to be ignored.
Is there a fix? A plugin, perhaps? I’m getting desperate! ??
/ Jonathan
- The topic ‘.htaccess rewrites after wp 2 upgrade’ is closed to new replies.