mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-13 19:52:12 +08:00
Updated Simple guide to add TLS cert to cpanel (markdown)
@@ -91,7 +91,7 @@ or, for a possibly faster approach try using
|
|||||||
|
|
||||||
`RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)\ HTTP/ [NC]`
|
`RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)\ HTTP/ [NC]`
|
||||||
|
|
||||||
`RewriteRule ^(([^/]+/)*)$ https://%{HTTP_HOST}/ [R=301,L]`
|
`RewriteRule ^(([^/]+/)*)$ https://%{HTTP_HOST}/$1 [R=301,L]`
|
||||||
|
|
||||||
`</IfModule>`
|
`</IfModule>`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user