Skip to content

Commit 4b82114

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent b1ee0b2 commit 4b82114

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

public/.htaccess

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@
1818
RewriteCond %{REQUEST_FILENAME} !-d
1919
RewriteCond %{REQUEST_FILENAME} !-f
2020
RewriteRule ^ index.php [L]
21-
22-
##Force SSL
23-
24-
RewriteCond %{HTTP:X-Forwarded-Proto} =http [OR]
25-
RewriteCond %{HTTP:X-Forwarded-Proto} =""
26-
RewriteCond %{HTTPS} !=on
27-
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
2821
</IfModule>

0 commit comments

Comments
 (0)