Skip to content

Commit 6196edd

Browse files
authored
Update ht.access
1 parent 3b9d38e commit 6196edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ht.access

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ RewriteRule .* - [F,L]
2525
#or
2626
#RewriteCond %{HTTPS} off
2727
#RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI}
28+
#work for litespeed
29+
#RewriteCond %{HTTPS} !=on
30+
#RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
2831

2932

3033
# Rewrite domain.com -> www.domain.com -- used with SEO Strict URLs plugin

0 commit comments

Comments
 (0)