-
-
Notifications
You must be signed in to change notification settings - Fork 79
HTTP -> HTTPS #9
Copy link
Copy link
Open
Description
should provide http -> https rewrite cond if these mismatch
input:
http://example.org/example-path/ https://example.org/example-path/
current output:
RewriteRule ^example\-path/$ /example\-path/? [L,R=301]
expected output:
RewriteCond %{HTTPS} !=on
RewriteRule ^example\-path/$ https://example.org/example\-path/? [L,R=301]
Maybe it should be as opt-in feature for the RewriteCond part, but the expected output RewriteRule definitely requires fix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels