V
V
Vasiliy_M2018-01-23 20:12:40
open server
Vasiliy_M, 2018-01-23 20:12:40

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 question

Ask a Question

731 491 924 answers to any question