Surbao commited on
Commit
b777c1f
·
verified ·
1 Parent(s): f8ee75b

Create .htaccess

Browse files
Files changed (1) hide show
  1. .htaccess +3 -0
.htaccess ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ RewriteEngine On
2
+ RewriteCond %{HTTPS} !=on
3
+ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]