Excluding folder from ssl redirection

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?

https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.