Force https.
This commit is contained in:
parent
2107f3dcf7
commit
7f2d896690
@ -3,4 +3,10 @@
|
|||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^([^./]+)/?$ index.php?action=$1 [L,NC]
|
|
||||||
|
# https://wiki.uberspace.de/webserver:htaccess
|
||||||
|
RewriteCond %{HTTPS} !=on
|
||||||
|
RewriteCond %{ENV:HTTPS} !=on
|
||||||
|
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
|
||||||
|
|
||||||
|
RewriteRule ^([^./]+)/?$ /index.php?action=$1 [L,NC]
|
||||||
|
Reference in New Issue
Block a user