使用.htaccess将http重定向到https,但从一个给定的地址除外

时间:2018-06-22 12:34:59

标签: .htaccess http https

我目前正在使用这些代码将HTTP重定向到.htaccess文件中的HTTPS

DirectoryIndex index.php
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

现在,我想忽略将此规则应用于example.com(如果网站应通过HTTP ping通到我的网站)

0 个答案:

没有答案