/feed/ not working (404)?
-
hey there,
quick q: I switched over from typo to wordpress, and had no problems so far, using the k2 theme etc BUT my /feed/ is not working (see for yourself at http://blog.justbe.com/feed/) …. and I really dunno why 🙁
my .htaccess file looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^pages/(.*)$ /$1 [R=301,L]
RewriteRule ^xml/rss/feed\.xml$ /feed/ [R=301,L]
RewriteRule ^articles/tag/(.*)$ /tags/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>(some parts are taken to make the typo -> wordpress transition smooth)
any ideas why this ain’t working? or in general … why /feed/ isn’t working for me :-/
all the best and thanks,
-joerg
The topic ‘/feed/ not working (404)?’ is closed to new replies.