Page 1 of 1

PrettyURLs and CGFeedMaker

Posted: Fri Dec 03, 2010 3:52 pm
by edwcms
I have PrettyURLs (mod_rewrite) enabled, with the page extension .html. I also set up an autodiscovery news feed with CGFeedMaker:

Code: Select all

{CGFeedMaker action='autodiscovery' feed='news'}
which produced the following html code:

Code: Select all

<link rel="alternate" type="application/rss+xml" title="My News" href="http://localhost/cmsms1.9.1/feeds/news.rss" />
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

Code: Select all

http://localhost/cmsms1.9.1/feeds/news.rss
It works if I disable pretty urls (ofc the feed url is different then), and it works if I type in

Code: Select all

http://localhost/cmsms1.9.1/feeds/news.HTML
Am I missing something?

Re: PrettyURLs and CGFeedMaker

Posted: Thu Dec 09, 2010 5:04 am
by inyerface
Please provide version numbers and server setups.  I am running in to the same thing but I know that help wont come if we don't have more info :)

Thanks!! Hope I figure this our tonight.