PHP problem, enter localhost/index.php display in the browser, but enter the specific location localhost/tosoul/index.php not display.
PHP problem, enter localhost/index.php display in the browser, but enter the specific location localhost/tosoul/index.php not display. 404 This is what the question, consulted.
------to solve the idea----------------------
To see if the catalog files really exist, pay attention to whether the Tosoul folder exists in the folder that localhost points to
------to solve the idea----------------------
Confirm file directory exists no? See if your server root directory is correct
------to solve the idea----------------------
References:
If tosoul/index.php does not exist, nature is 404
If tosoul/index.php is real, it should be you don't have access to open subdirectories
Should I return 403 if I don't have open access?
1. See where your root directory is pointing
2, see if you have tosoul/index.php in the root directory
------to solve the idea----------------------
Apache has already developed the root directory, your root directory tosoul/index.php This folder and this file?