Home > Article > Backend Development > What should I do if the .html file cannot jump to the .php file?
.html file jumps to the .php file: first open phpstudy and configure it on PhpStorm; then configure the relevant parameters in the Connection; then after configuring the Connection, continue to configure Mappings; finally again Just run the project you wrote before.
How to jump from .html file to .php file:
1. Open phpstudy
2. Configure on PhpStorm
3. Configure several parameters in Connection. Folder is the location where PhpStudy stores WWW files
4. After configuring Connection, continue to configure Mappings.
#5. Run the previously written project again and you can jump normally.
Related learning recommendations: php programming (video)
The above is the detailed content of What should I do if the .html file cannot jump to the .php file?. For more information, please follow other related articles on the PHP Chinese website!