Nginx Opens Index Php

[Solved] Nginx Opens Index Php | Php - Code Explorer | yomemimo.com
Question : nginx opens index.php

Answered by : ruslan-banochkin

location / { index index.php index.html index.htm; try_files $uri $uri/ =404;
}

Source : https://stackoverflow.com/questions/9002245/cant-open-index-php-by-default-with-nginx | Last Update : Thu, 17 Dec 20

Answers related to nginx opens index php

Code Explorer Popular Question For Php