Oeps, I have the same but in a new blog and I am looking for a solution also. It is strange that you changed nothing, you even didn’t change the links to permalinks?
I tried the fix-rss-feed, but nothing changed. The feed still cannot find a page.
I tried the plugin too.. If found some blank lines and said it fixed them.. still nothing changed.
My comments feed is working, but my regular one doesn’t.
I have spent 3 hours already digging the forum and some other places for an answer…
Any other suggestions will be appreciated.
the only other thing to suggest is switch permalinks back to default
test if it works now
if so, try re-setting your custom permalinks
I tried that and what i end up with is hostgator’s generic 404 …
I can feel there should be an easy solution to that.
Does this give you any ideas?
I get it now http://www.blogzter.com/feed/ with the default permalink structure in place so you can just see it.
Let me know what you think.. If not i dont know maybe i will have to reinstall again and go over. Still i feel there is a solution .
when I say i get it -> i mean the error. it is still not working
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^blogzter\.com
RewriteRule ^(.*) http://www.blogzter.com/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?blogzter.com/.*$ [NC]
this is the content of my htaccess
When I change the permalinks into default, it’s ok, but when I change them back to %postname%, he cannot find the page. What is the best to do, change something in the php?
This is the php code:
<?php if (is_single() OR is_page() ) { ?><link rel=”canonical” href=”<?php the_permalink(); ?>” /><?php } ?>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
Hi Blogzter,
How are you doiing? I still have the same problem and found untill now no solution. If you find one, please write it here. I read the whole forum about RSS feed and permalinks and saw there are many problems and many solutions. But nothing was helpfull to me.