I am having an issue reading an internally generated RSS Feed
I have used the news to generate an rss feed of a Dokuwiki page. For generating the feed I used Method 1 - "place newsfeed.php in your top level dokuwiki directory and point your news reader to that script."
I am having an issue reading an internally generated RSS Feed
I have used the news to generate an rss feed of a Dokuwiki page. For generating the feed I used Method 1 - "place newsfeed.php in your top level dokuwiki directory and point your news reader to that script."
This seems to work in that if i manually type the URL: https://itwiki.domain.co.uk/dokuwiki/newsfeed.php it shows the feed generated from the page correctly.
I want to now view the feed on the DokuWiki Start page. I have used the syntax: {{rss>https://itwiki.domain.co.uk/dokuwiki/newsfeed.php 5}}
But I get the error: An error occurred while fetching this feed: https://itwiki.domain.co.uk/dokuwiki/newsfeed.php
I have another rss feed on the start page that works fine to an external site: {{rss>https://blog.knowbe4.com/rss.xml 5}}
What I am trying to achieve is a type of internal rolling news feed for my users.
Any assistance would be greatly appreciated