Categories
Linux

Force HTTPS using .htaccess file

Estimated read time 1 min read

The following redirect rules can be used in the .htaccess for permanently redirecting http to https (secure connection) in Apache with SSL. RewriteEngine on RewriteCond [Read More…]