暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. RewriteEngine On
  2. RewriteCond %{HTTPS} off [OR]
  3. RewriteCond %{HTTP_HOST} ^www\. [NC]
  4. RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
  5. RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
  6. #index.html redirect
  7. RewriteRule ^index\.html$ https://anwisystems.com/ [R=301,L]