Knowledgebase

How to disable the RSS or ATOM feed in Joomla via htaccess

By adding the following lines to our .htaccess file we are able to disable, through a redirection to our home page, all the urls that lead to the RSS or atom feed of our Joomla:

#Disable RSS or ATOM from Joomla by atlanticadigital.net
RewriteCond %{QUERY_STRING} type=rss [OR] RewriteCond %{QUERY_STRING} type=atom
RewriteRule .* http://www.yourdomain.com? [R=301,L]

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Prestashop update

Update Prestashop To update Prestashop to the new version, the following steps will be carried...

Viruses on the web. Help!!! What are they and how do we eliminate them?

Lately, cases of websites that are infected by viruses or malicious code, without the webmaster...

How can I manage the domain?

For everything related to the administration of your domain, you must use the CPANEL control...

What is a subdomain?

Subdomains are extensions that we can use with our domain, for example, suppose that our domain...

How to publish my website?

To upload the content of your website to the server you can use any FTP client such as FileZilla,...