LXer: How to Force HTTPS using .htaccess
by LXer from LinuxQuestions.org on (#55C5Z)
Published at LXer:
If you installed an SSL certificate for your domain, your next step should be to configure the application to serve all web traffic over HTTPS. Unlike HTTP, where requests and responses are sent and returned in plaintext, HTTPS uses TLS/SSL to encrypt the communication between the client and the server. This article explains how to redirect the HTTP traffic to HTTPS using the .htaccess file.
Read More...


If you installed an SSL certificate for your domain, your next step should be to configure the application to serve all web traffic over HTTPS. Unlike HTTP, where requests and responses are sent and returned in plaintext, HTTPS uses TLS/SSL to encrypt the communication between the client and the server. This article explains how to redirect the HTTP traffic to HTTPS using the .htaccess file.
Read More...