• I can’t get my RSS working. I just installed 2.02 and can access it via IE but feedvalidator gives a 404. If I access the RSS directly I get a valid respones but when I import it into a reader or feedburner it comes up blank, but still IE displays it.

    I did search and got some stuff about the htaccess file (I recreated and still no joy). I commented out some code as a few posts mentioned. I have tried many things, anyone else have any suggestions?

    One thing I did notice is that my .htaccess file has less in it then when I ran 1.52. Could it not be writing correctly to my .htaccess file?

    This is all that’s in my recreated .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    http://blog.zujik.com
    http://blog.zujik.com/feed/
    http://blog.zujik.com/wp-rss.php
    http://blog.zujik.com/wp-rss2.php

    Thanks

  • The topic ‘RSS Problem’ is closed to new replies.