Search results

  1. Z

    [Resolved] Redirect WebAdmin console to https

    Guys, you are a star Thank you so much, much appreciated I used the following one RewriteEngine On RewriteCond %{HTTPS} off rewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
  2. Z

    [Resolved] Redirect WebAdmin console to https

    Hi there, I have recently got ssl for my blog, now I want to redirect all the traffic from http to https. I have tried so many line of codes that is on the internet but none of them really helped. I'm not a very techi guy and really need help. Here is the code I have tried on htaccess file...
Top