• Resolved eeR9cah8

    (@eer9cah8)


    I changed my permalinks from standard (?=number) to a userdefined structure (/blog/%postname%/).

    After this the feeds are not working any more.

    Calling the feed-url (http://XXX/feed/) gives me a 301-redirect to http://XXX/wp-feed.php that redirects me, guess it? http://xxx/wp-feed.php! So I’m in a endless loop.

    If I turn of the Permalink, everythink works fine…but I dont want to turn it off…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sounds like a problem with the .htaccess file. Would need to know more of what is in there. Also be aware some hosting companies like godaddy seem to have permalink issues.

    Thread Starter eeR9cah8

    (@eer9cah8)

    I used the one that the permalink-site told me:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    All permalinks work. The feed seems the only one that ends in a endless loop…

    Thread Starter eeR9cah8

    (@eer9cah8)

    Argl…I found the bug.

    It was an old Redirection-rule, that I placed directly in the server-conf for testing. I forgot to delete it!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Redirection loop while reading feeds’ is closed to new replies.