Browse Source

Added Server File

master
D45Hub 3 years ago
parent
commit
f97a56b24b
  1. 3
      .htaccess

3
.htaccess

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