Force HTTPS for WordPress websites by .htaccess

Here is the method to make your wordpress based website to run always on https.  Login into wp-admin and goto “Settings -> General”. Make sure the URL have https From filemanager, edit your .htaccess and replace the wordpress rules by following code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] … Continue reading Force HTTPS for WordPress websites by .htaccess