• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • That feed link seems to work just fine. I see a feed.

    Is there an error you’re seeing that you could share?

    Thread Starter joergbattermann

    (@joergbattermann)

    *argh* lol… thanks. I didn’t change anything any now it’s working for me too. Maybe some problems with my browser’s cache or whatsoever. However, thanks for replying 🙂

    Same thing has been happening to me too. This happens intermittently. I have to update my permalink structire regularly. I can’t seem to be able to reproduce it. I have to check my server’s error logs to detect RSS feed 404s. Am using WordPress 2.2.2 and K2 0.9.6.

    Check out http://www.soulspider.com/feed and let me know if it works.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘/feed/ not working (404)?’ is closed to new replies.