我有Joomla CMS的重写规则 我有一个带外部调用的异步脚本。此脚本的调用已被.htaccess规则重写,但它无法正常工作。 我想要.htaccess会忽略这个链接 这是.htaccess的一部分:
##### Redirect index.php to / -- BEGIN
RewriteCond %{THE_REQUEST} !^POST
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteCond %{SERVER_PORT}>s ^(443>(s)|[0-9]+>s)$
RewriteRule ^index\.php$ http%2://mydomain.com/ [R,L]
##### Redirect index.php to / -- END
##### Redirect non-www to www -- BEGIN
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R,L]
##### Redirect non-www to www -- END
以下是被阻止的链接:
http://counter.rambler.ru/top100.scn?4398365&rn ... 和许多参数