If I turn on Adds Suffix to URL in Global Config then the module Syndication Feeds
gives a url of the form
http://www.ramblers-webs.org.uk/support/support-issues.feed?type=rss
If I turn Adds Suffix to URL the feed url becomes
http://www.ramblers-webs.org.uk/support/support-issues?format=feed&type=rss
The first url does not work , the second one does
http://www.ramblers-webs.org.uk/support/support-issues?format=feed&type=rss
Priority | Urgent | ⇒ | Medium |
Category | Modules Router / SEF | ⇒ | com_newsfeeds Router / SEF |
Status | New | ⇒ | Known Issue |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-18 07:40:51 |
Closed_By | ⇒ | franz-wohlkoenig | |
Rel_Number | 0 | ⇒ | 7459 |
Relation Type | ⇒ | Duplicate of |
Status | Known Issue | ⇒ | Closed |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Rel_Number | 7459 | ⇒ | 0 |
Relation Type | Duplicate of | ⇒ |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/16101
closed as known Issue #7459
It is a known issue: #7459
See an explanation for this here: #7459 (comment)
You have a 3rd system plugin that is forcing JDocument creation at an "early" stage,
usually by calling JHTML method (e.g. to load some CSS / JS file)
and this happens before the suffix has been examined and set into the Request data as URL variable 'format'
You can contact the author of the plugin (if you find the plugin),
and ask them to move their code to a later event e.g. onBeforeCompileHead