• Hi, I’m trying to get my feeds working, but WordPress is like an eight-armed beast and none of the arms knows what the others is doing.

    I’m just using the default codes with the filename tacked onto the end (so Safari can find them).

    Here’s an example:

    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>wp-atom.php" />

    This directs me to to feed://mydomain.net/feed/atom/wp-atom.php

    But my feed isn’t at that location. It’s at this location: https://mydomain.net/wp-atom.php.

    WHY is WordPress thinking it’s in one place when it’s in another? WordPress determines where it is, so why is it telling itself that it’s someplace it isn’t?

    If this has something to do with .htaccess, then why isn’t wordpress writing the right thing to .htaccess? It writes all the other stuff it wants, so I know it’s not a permissions problem.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    <?php bloginfo('atom_url'); ?> = your atom feed URL. You do not need to add wp-atom.php . Remove that now. If the feeds are still not working, please post a real link to your blog so that we can investigate the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘path to feeds is wrong’ is closed to new replies.