Custom permalinks break RSS feeds.
-
If I activate my custom permalinks, the RSS feed for my site AdventureBimbling.com, goes down. If I deactivate the custom permalinks the RSS feed comes back again. I’ve been confounded by this for days, any ideas?
The feed address seems to be redirected to https://www.adventurebimbling.com/feed/ where I am supplied with a helpful:
Index of /feedFeedburner reports the following error if I try to sync the feed:
The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 1: White spaces are required between publicId and systemId.Feedburner is set to receive rss updates via:
https://adventurebimbling.com/wordpress/wp-rss2.php?cat=1This was the address before I started using custom permalinks. It also seems to redirect to the empty /feeds/ directory. Any attempts to change the address in feedburner fail as not found or invalid.
My .htaccess is:
php_value auto_append_file none
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThe first line strips out some server side spam that my webhost was appending to files.
Any help will be very very much appreciated as my head now thoroughly hurts.
Thanks,
Andy.
- The topic ‘Custom permalinks break RSS feeds.’ is closed to new replies.