Documentation

Find documentation for our Joomla extensions on this page.

Making JoomRSS Feed URL prefix with rss, xml or json

To make your Feed SEF URL prefix with .rss, .xml or .json, you need to slightly modify your .htaccess file (you can find it at JOOMLA_FOLDER/.htaccess). Here is the instruction to modify it:

Find above line (if you didn't make any change for the file, it is probably the line #68):

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

Replace it by:

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|rss|atom|json|pdf|vcf|raw))$ [NC]

If you want to add more URL prefix, just follow that format to add more, whatever you want.

For example, for newsml URL prefix, you can add it like this:

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|rss|atom|json|newsml|pdf|vcf|raw))$ [NC]

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok