Hello,
I am trying to use the Atahualpa 3.2 for my blog with the Feedsmith-Plugin.
I entered the new Feedburner-URL in the Themes RSS-Section for the Email-Subscribe and in the Feedsmith-Plugin.
The Email-Subcription works fine.
BUT:
When I click on my blog-feed
http://www.alltageinesfotoproduzenten.de/feed/
it should be redirected to
http://feeds2.feedburner.com/alltage...oduzenten/JCec
Instead I get an 404-error, because it doesn't find the address
http://www.alltageinesfotoproduzente...oduzenten/JCec
So it looks like there is a rewrite-problem from
http://www.alltageinesfotoproduzenten.de/feed/
to
http://feeds2.feedburner.com/
I found in the bfa-subrice.php in line 19
$hidden_value_url = "http://feeds.feedburner.com/~e?ffid=";
and tried to replace it with http://feeds2.feedburner.com/~e?ffid=";
but it didn't work either.
I must add that my host is very restrictive with rewrite-rules and he needs to add many rules manually, but I wouldn't have an idea to tell him what to change.
Do you have any idea what could be wrong?
Thanks in advance,
Robert