Rss Feed not working, can’t be found
-
I am having trouble with my RSS feed: its not even there.
I have searched the forums for a solution and tried everything possible that I could find.The feed validator gives me this result:
Sorry
This feed does not validate.
Server returned HTTP Error 404: Not Foundhttps://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.main-trainer.de%2Fw%2Ffeed
I have tried this without success:
– adding slashes to the default feed rules in config.php–
1. Open wp-config.php
2. Remove any spaces after “?>” at the very end of the document.–
Create an empty plugins folder
* Via FTP or your host’s control panel, navigate to the wp-contents folder (directory)
* Via FTP or your host’s control panel, rename the folder “plugins” to “plugins.hold”
* Via FTP or your host’s control panel, create new folder called “plugins”
* Login to your WordPress administration menus
* Via FTP or your host’s control panel, delete the empty “plugins” you previous created
* Via FTP or your host’s control panel, rename “plugins.hold” back to “plugins”like I said, so far nothing has worked.
I did have to write a .htaccess file because of wp being in a subfolder, maybe that is interfering with my feed?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
AddHandler php5-cgi .phpbut I have done this before in another domain and it worked without problems….
GARGHHHHH! Any help is HIGHLY appreciated ??
(I’m on wp 2.9 btw)
- The topic ‘Rss Feed not working, can’t be found’ is closed to new replies.