sutom/public/htaccess.server

8 lines
149 B
Plaintext
Raw Normal View History

2022-01-10 19:34:58 +01:00
AddDefaultCharset UTF-8
#Force HTTPS
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]