I have a website that has wordpress and SugarCRM installed for a same domain. I have made few pages in wordpress to be https.
Now, I wish to make CRM to also be forced https. Note that I do not want everything to be https. Just 2 pages in wordpress and entire directory containing CRM.
I already have:
http://mysite.com
http://mysite/blog
https://mysite.com/login
https://mysite.com/cart
Now how to transform http://mysite/CRM
to https://mysite.com/CRM
Whole directory CRM and its subfolders must be encrypted. How to do it? The server is Apache.