Closed lakuapik closed 6 years ago
Please try this:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
Thanks @ErikThiart, it works like a charm!
This is my .htaccess file
How can i force to use https instead of just http?
I already search google and not yet get any solution. Please help me. Thanks.