我有这两个规则:
RewriteCond %{HTTP_USER_AGENT} iPhone [NC]
RewriteRule ^categories$ home.php?categories=1[L,NC,PT,R=301]
RewriteRule ^featured$ home.php?featurez=1 [L,NC,PT,R=301]
问题是类别有效而特色无效。作品:
http://apps.com/iphone/categories
不起作用:
http://apps.com/iphone/featured
不起作用的第二条规则将我发送到这里
http://apps.com/var/www/vhosts/apps.com/httpdocs/iphone/home.php?featurez=1
它似乎向我发送了我的目录根目录的根目录,并且整个内容都以我网站的根目录为前缀..为什么?
这怎么可能。