Answer the question
In order to leave comments, you need to log in
How to remove file from .htaccess redirect?
Hello, there is a redirect in htaccess
RewriteCond %{HTTP:X-HTTPS} !=1
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Answer the question
In order to leave comments, you need to log in
RewriteCond %{HTTP:X-HTTPS} !=1
RewriteCond %{REQUEST_URI} !^/folder/folder/file.php
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question