What should I do if phpstorm cannot jump when running html?

爱喝马黛茶的安东尼
Release: 2019-08-19 13:06:57
Original
5985 people have browsed it

What should I do if phpstorm cannot jump when running html?

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.

What should I do if phpstorm cannot jump when running html?

Related recommendations: "PhpStorm Usage Tutorial"

2. Configure on PhpStorm.

What should I do if phpstorm cannot jump when running html?

3. Several parameters configured in Connection. Folder is the location where PhpStudy stores WWW files.

What should I do if phpstorm cannot jump when running html?

4. After configuring Connection, continue to configure Mappings.

What should I do if phpstorm cannot jump when running html?

#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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!