blob: 07513e99002c2de40c4ec9418fce2759b7dc8d98 (
plain) (
tree)
|
|
<IfModule rewrite_module>
RewriteEngine On
# These rules automatically redirect bare HTTP to HTTPS.
#<IfModule ssl_module>
#RewriteCond %{HTTPS} off
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
#</IfModule>
</IfModule>
|