php - 404 Not Found nginx/1.10.3 (Ubuntu) -


i created folder in var/www/html/test. folder consists of php files. trying access file http://example.com/test/test. php shows following error:

404 not found nginx/1.10.3 (ubuntu)

can me fix problem?

u had 1 folder test. u call 2 test folder url. folder test inside test not exists, throw error 404 true!

if u call: http://example.com/test/test real call file index.html, index.htm or index.php,... inside folder test/test configs of nginx.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -