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?

link|improve this question

feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.