htaccess: Can match one slash, but not double slashes

后端 未结 0 1655
太阳男子
太阳男子 2020-12-02 20:26

In my .htacess file:

#RULE 1:  
RewriteCond %{REQUEST_URI} ^.*hi1.*$ 
RewriteRule ^.*$ https://www.google.com/ [R=301,L] 

#RULE 2: 
RewriteCond %{REQUEST_URI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题