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
Post a Comment