Url rewrite to RSS trouble
-
Hi!
My htaccess is the following
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress-3.8/
RewriteRule ^index\.php$ – [L]
RewriteRule ^flux.xml$ /wordpress-3.8/?feed=rss2 [QSA,L]
RewriteRule ^redaction.html$ /wordpress-3.8/?p=46 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress-3.8/index.php [L]
</IfModule>
# END WordPressThe first rewriting (flux.xml) does not work.
But the second rewriting (redaction.html) works correctly.
The first shows an xml file of 404 error!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Url rewrite to RSS trouble’ is closed to new replies.