Hello, i jave installed letsencrypt on LAMP on my vps.
I choosed to force redirect from http to https through the installation process.
How can I exclude a folder to being redirected to https?
Only 1 single folder.
Please help!
Hello, i jave installed letsencrypt on LAMP on my vps.
I choosed to force redirect from http to https through the installation process.
How can I exclude a folder to being redirected to https?
Only 1 single folder.
Please help!
what webserver are you using?
its manual will tell you how to do.
for apache it’s a matter of adding another RewriteCond %{REQUEST_URI} !directory (or something like that)
I have Ubuntu 18.04 installed through apache
Thank you so much for following up!
Any updates how to do it please?