【发布时间】:2017-07-20 13:42:07
【问题描述】:
我需要在我的网站上屏蔽此 URL:https://example.com/rss/catalog/notifystock/。
我写了以下代码来阻止:
RewriteRule ^(index.php/?)?rss/ - [L,R=403]
但它阻止了以下 URL:https://example.com/index.php/rss/catalog/notifystock/
它没有屏蔽这个网址:https://example.com/rss/catalog/notifystock/
谁能帮忙
【问题讨论】:
标签: apache .htaccess magento-1.9