I have found that feed does not work, it redirects to homepage
Html in head, shows the link to https://cookingist.com/feed
, but when clicked I get message: No feed available, please visit our homepage!
If I visit https://cookingist.com/RSS
, it redirects to HomePage https://cookingist.com
and returns same error: No feed available, please visit our homepage!
So seems no feed is available
Any clue on where is the error?
Thanks a lot in advance
@ daneezdoenz0901
I see a document when visiting your URL ending in /feed
(though it first redirects to /feed/
). I see a 404 when I try /RSS
. Both issues are related to how you set up your WordPress installation, and are not related to Cloudflare.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
I have found that feed does not work, it redirects to homepage
Html in head, shows the link to [Feed](https://cookingist.com/feed)
, but when clicked I get message: No feed available, please visit our homepage!
If I visit [RSS](https://cookingist.com/RSS)
, it redirects to [HomePage](https://cookingist.com/)
and returns same error: No feed available, please visit our homepage!
So seems no feed is available
Any clue on where is the error?
Thanks a lot in advance
This is a WordPress site. The correct (default) primary feed address should be https://cookingist.com/feed
.
When I open this URL in the browser, I can see the raw XML document.
And I can subscribe to the feed URL in my feed reader (Feedly).
The URL https://cookingist.com/RSS
returns a standard HTTP error 404: Not Found
for me, and there’s no redirection at all.