May 8, 2018
Web Servers
Force HTTPS connections in an Apache server environment
To secure the entire site we need to redirect all the requests to HTTPS which are coming through HTTP or any other. Redirect all connections over HTTPS To redirect all the requests over SSL we need to add the below RewriteCond in Apache configuration file /etc/httpd/conf/httpd.conf # …