Answer the question
In order to leave comments, you need to log in
Request to js intercepted by Nginx?
Apache + Nginx1.10 + php7 module
Tell me why a 404 response from nginx is returned when requesting a js file, although the Apache code works correctly for all other 404 cases
RewriteCond %{REQUEST_FILENAME} !^favicon\.ico
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
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