Jump between two pages, one in php and one in html format. The jump method is written between the two, but the jump cannot be realized.
Symptoms: After clicking the jump button, a 404 error occurs, or the source code format appears.
Reason: I only edited local files. As for the .html file, it can be opened because the phpstorm software automatically uses the local server to open the file, and we did not submit the .php file to the local server.
Solution:
1. Open phpstudy.
Related recommendations: "PhpStorm Usage Tutorial"
2. Configure on PhpStorm.
3. Several parameters configured 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.
The above is the detailed content of What should I do if phpstorm cannot jump when running html?. For more information, please follow other related articles on the PHP Chinese website!