Force SSL on Hide Backend
-
I have tried to force SSL on the ‘Hide Backend’ slug by adding the following code (htaccess)
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} folder RewriteRule ^(.*)$ https://yourdomain.com/folder/$1 [R=301,L]
It didn’t work. Does anyone know another way to do this?
Thanks
Chris
- The topic ‘Force SSL on Hide Backend’ is closed to new replies.