How can I configure apache to use https instead of http for some requests?

10,913

Use the Rewrite Engine module. Instructions can be found here:

  Apache: Redirect http to https Apache secure connection – force HTTPS Connections
  http://www.cyberciti.biz/tips/howto-apache-force-https-secure-connections.html

Share:
10,913

Related videos on Youtube

user882903
Author by

user882903

Updated on September 17, 2022

Comments

  • user882903
    user882903 over 1 year

    For some of the files that I share using Apache, I want to make sure that they are served ONLY via https.

    How can I configure this for Apache?