I have installed into a sub-folder of my domain a Web App. Example: domain.com/webapp
I want to use the Web App with SSL enabled: https://domain.com/webapp
I want to redirect at same time: WWW to NON-WWW and HTTP to HTTPS only for the sub-folder "webapp".
Trying with the code fund in this website didn't actually work 100%, having issues with to many redirects, or redirecting me to the site root not subfolder, etc.
Thanks for your help.