hello,
here is the situation. I am using Rewrite module for the following:
- redirect http to https and appending folder for http://mywebsite.govmu.org redirects to https://mywebsite.govmu.org/mywebsite
Then, the redirected URL https://mywebsite.govmu.org/mywebsite is rewritten ashttps://mywebsite.govmu.org/{R:0} with a host file entry mapping the URL to the app server IP. Pattern used in rewrite rule is mywebsite+(.*)
I want users to however only see https://mywebsite.govmu.org in their browser instead of seeing the folder too. Please help me how to achieve it, thanks.