path to feeds is wrong
-
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?
- The topic ‘path to feeds is wrong’ is closed to new replies.