sinsaludar.com/.htaccess

8 lines
223 B
ApacheConf
Raw Normal View History

2021-09-22 11:30:38 -04:00
RewriteEngine On
# Require HTTPS **always**
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP:X-Forwarded-SSL} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]