标签: .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通到我的网站)