cancel
Showing results for 
Search instead for 
Did you mean: 

Block RSS feed on 1.7 magento?

Block RSS feed on 1.7 magento?

I followed Magento instruction and added the following rule in the root .htaccess file (inside IfModule mod_rewrite.c>): RewriteRule ^(index.php/)?rss/ - [L,R=403]

I still can access RSS request page: /index.phprss/catalog/notifystock

Any idea how to block RSS access on 1.7 magento?

https://magento.com/security/best-practices/protect-your-magento-installation-password-guessing-new-...

1 REPLY 1

Re: Block RSS feed on 1.7 magento?

I'm not sure how savory of a practice this is ...but, at one time when rss feeds were not being used, I put a redirect like the one below just at the bottom of my htaccess and it just redirects.


Redirect 301 /rss/catalog/notifystock/ http://www.put your redirect url here.com

 

Good Luck

 

~B.