标签: .htaccess
如何使此代码仅对远程服务器有效,而不对本地主机有效:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}