The web page cannot be opened after phpstudy is started.

Release: 2019-10-31 13:42:22
Original
19987 people have browsed it

The web page cannot be opened after phpstudy is started.

#Solution to the webpage that cannot be opened after phpstudy is started:

1. The port number is occupied, click "Apach Settings", set port 80 to 8080 or close it. Occupy the port.

2. Modify httpd-conf in "Configuration File"

<Directory />
     Options FollowSymLinks
     AllowOverride None
     Order deny,allow
     deny from all
     Satisfy all
</Directory>
Copy after login

deny from all to allow from all

3. If errors still occur, it may be The exe file is damaged, so re-overwrite the original exe and dll files.

The above is the detailed content of The web page cannot be opened after phpstudy is started.. 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