Answer the question
In order to leave comments, you need to log in
htaccess. How to "redirect" everything but one file?
How to "redirect" all pages of the site from HTTP to HTTPS except for one file, which should be left on HTTP?
Answer the question
In order to leave comments, you need to log in
RewriteCond %{SERVER_PROTOCOL} !=HTTPS
RewriteCond %{REQUEST_FILENAME} !=filename
RewriteRule.... ваш редирект на https
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question