Updated Simple guide to add TLS cert to cpanel (markdown)

Aaron Max Fein 2018-04-08 21:36:53 -07:00
parent 3362ebb744
commit 4b6b6ac898
1 changed files with 1 additions and 1 deletions

@ -91,7 +91,7 @@ or, for a possibly faster approach try using
`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>`