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]