summaryrefslogblamecommitdiff
path: root/user/apache-httpd/conf/rewrite.conf
blob: 07513e99002c2de40c4ec9418fce2759b7dc8d98 (plain) (tree)
1
2
3
4
5
6
7
8







                                                        
<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>