PrettyURLs and CGFeedMaker
Posted: Fri Dec 03, 2010 3:52 pm
I have PrettyURLs (mod_rewrite) enabled, with the page extension .html. I also set up an autodiscovery news feed with CGFeedMaker:
which produced the following html code:
as I set up .rss as the feed extension in the CGFeedMaker preferences. All good until now.
But it doesn't work. An 404 Page not Found is what I get when trying to access
It works if I disable pretty urls (ofc the feed url is different then), and it works if I type in
Am I missing something?
Code: Select all
{CGFeedMaker action='autodiscovery' feed='news'}Code: Select all
<link rel="alternate" type="application/rss+xml" title="My News" href="http://localhost/cmsms1.9.1/feeds/news.rss" />
But it doesn't work. An 404 Page not Found is what I get when trying to access
Code: Select all
http://localhost/cmsms1.9.1/feeds/news.rssCode: Select all
http://localhost/cmsms1.9.1/feeds/news.HTML