Hi Guys!
Ok, this has been a problem for over 2 weeks now and I cannot for the life of me figure it out. Kinda like chasing a rabbit down the hole.
I cannot find/generate any feeds for my old or new posts.
I have a .htaccess file with this code:
AddType application/x-httpd-Miva cp
Action application/x-httpd-Miva /cgi-bin/tHg
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have tried quite a few of the plugins for creating and managing feeds, but with no luck.
Here are the current active plugins regarding rss feeds:
Atom 1.0
Feed Control
Subscribe me
Subscribe To Comments
I have tried (but not now active):
PheedPress
Feedburner Feed Replacement
Fedafi
CompleteRSS
and maybe a couple others but cannot remember now as I have removed them.
I deactivated all and the tried one by one to see what would work. It is like the database of all my posts and pages have no syndication feeds what-so-ever.
I can get a general feed page that allows to subscribe to the site but does not show any posts (old or new) or updates.
Please HELP! I have wasted over 2 weeks trying to figure this out?
Warmest regards,
Brad