0 Replies Latest reply on Feb 2, 2017 5:56 AM by sreekanth.munarai

    Redirect all traffic from http to https in Apache

    sreekanth.munarai

      Hi All,

      Am trying to redirect all the requests from http to https in Apache.

      Thru googling, am able to find couple of things by adding below parameters in httpd.conf file. Like: "Redirect permanent / https://Domain.com/App/" .

      Now, when i enter http://IP/ in browser, it redirects to https://domain/App, works as expected.

      BUT, when i enter http://domain/App, it isn't works. Application neither redirects nor loads the page.

       

      Please advice, where am missing.Thanks!