Answer the question
In order to leave comments, you need to log in
Nginx + php - location allows you to use a slash at the end of the file?
How to specify in the nginx rules that it would be possible to access php files in this way site.com/file.php/foo/bar
and the files can be different
for one file is understandable
location / {
try_files $uri $uri/ /index.php;
}
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