Mr.Artrose
Member
Posted 2 years ago #
Does anyone know how I can change the RSS feed URL?
The feed (link) is missing a slash at the end and therefore I get a 404 error when I click on the feed title.
You can see that the url is wrong when you open the feed: http://www.artrose-blog.nl/zorg-zoeken/feed
http://www.artrose-blog.nl/zorg-zoeken (bad)
http://www.artrose-blog.nl/zorg-zoeken/ (good)
Can someone please help me?
Ps I use DirectoryPress from premiumpres
Here is a full explanation for changing your RSS Feed URL.
Mr.Artrose
Member
Posted 2 years ago #
I dont know how I can chance the url in the feed itselve :(
The first URL you posted works fine and validates.
Mr.Artrose
Member
Posted 2 years ago #
@kmessinger the feed works, but when you open the feed, you will see the url in the feed ( http://www.artrose-blog.nl/zorg-zoeken), this is not goog because its missing a slash at the end.
My site is on http://www.artrose-blog.nl/zorg-zoeken/ (good)
Not at http://www.artrose-blog.nl/zorg-zoeken (bad)
I really need some help with this....
Mr.Artrose
Member
Posted 2 years ago #
I think it has to do that I've installed wordpress into a second site under the domain http://www.artrose-blog.nl/ the URL of second site is http://www.artrose-blog.nl/zorg-zoeken/. With a slash at the end!
Now there is something wrong in the feed. When you open the feed http://www.artrose-blog.nl/zorg-zoeken/. you will see there is slash missing at the end: http://www.artrose-blog.nl/zorg-zoeken
:(
Mr.Artrose
Member
Posted 2 years ago #
I need to hard code the link url :
<title><?php bloginfo_rss('name'); ?></title>
<link><?php bloginfo_rss('url') ?></link>
Where can I do that?