Apache SSL enable issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    Apache SSL enable issue

    have enabled SSL for my site successfully. But few thing is not clear for me yet,

    1. SSL is enabled for the entire site. But I want it enable for a specific folder. not the entire site. How to achieve that?

    2. Even If the entire site is SSL enabled(which is not convenient I think) is it possible to to something like:
    User Will request for http://www.example.com
    and request will be processed as https://www.example.com
    Because I dont want user to be messed up with the http and https issue.

    Can anybody give me convenient solution on how to do that?

    Best Regards,
    Johny
  • Canabeez
    New Member
    • Jul 2009
    • 126

    #2
    First of all, I believe that there is no way to enable ssl for a single directory only, well you can do that with internal redirect at the same folder using .htaccess file; furthermore the server handles the http and https requests on different ports, meaning the you can point your http to one folder and your https to another...

    hope this helps...

    Comment

    Working...