Create .htaccess
This commit is contained in:
parent
5d67f421ac
commit
0e0a589b9b
1 changed files with 3 additions and 0 deletions
3
.htaccess
Normal file
3
.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
Loading…
Reference in a new issue