.htaccess里301里同时出现两个规则,部分规则不执行怎么办?
曾经这样写过,但是第二个规则不执行
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^ 1111.com [NC]
RewriteRule ^(.*)$ https://www.1111.com/$1 [L,R=301]
以下的规则没执行怎么办?测https://www.1111.com/a/[?] 还是200,而不是301
Redirect 301 https://www.1111.com/a/ https://www.1111.com/a/index.php
Redirect 301 https://www.1111.com/a/index.php?bs=index https://www.1111.com/a/index.php