Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/2019 in all areas

  1. Trying adding this code inside your .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] This will force users to use https:// when they enter your domain instead http. If you have any codes inside your .htaccess file, then add it all the way to the top. That’s it, just save it and see if that works. I strongly recommend that you should make a copy of the .htaccess file.
    1 point
×
×
  • Create New...