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