Browse Source

Create .htaccess

pull/16/head
TheLie0 3 years ago
committed by GitHub
parent
commit
0e0a589b9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .htaccess

3
.htaccess

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Loading…
Cancel
Save