Answer the question
In order to leave comments, you need to log in
Why doesn't image redirect work?
I'm trying to make a single entry point, and at the same time I want to redirect images to a different address. I got the following code, but for some reason image redirection does not work:
RewriteRule ^uploads/(.+)$ https://site.ru/uploads/$1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-d
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question