Home > Article > Backend Development > The page cannot be found when running php
PHP cannot find the page
##Solution steps:
1. The running of php files requires apache environment
2. The php files must be placed in the www directory
3. Start apache, you can install integrated tools such as wampserver or phpstudy
4. Enter 127.0.0.1 or localhost in the browser address bar, find the php file you wrote and run it. Can
Recommended tutorial:PHP video tutorial
The above is the detailed content of The page cannot be found when running php. For more information, please follow other related articles on the PHP Chinese website!