We all knows HTTPS is the use of Secure Socket Layer (SSL) or Transport Layer Security (TLS) as a sublayer under regular HTTP application. The HTTPS protocol encrypts and decrypts user’s page requests as well as the pages that are returned back by the Web server.

In this little tutorial We will show you how we can redirect our normal http traffic to https using apache mod_rewrite module.

(Keep reading…)