From 4b6b6ac8982a1adcb8a66843ecc68c8d933b2aab Mon Sep 17 00:00:00 2001 From: Aaron Max Fein Date: Sun, 8 Apr 2018 21:36:53 -0700 Subject: [PATCH] Updated Simple guide to add TLS cert to cpanel (markdown) --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index 9eb80bf..253324c 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -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]` ``