Heim > Fragen und Antworten > Hauptteil
http://localhost/Projects/welcome.php
Die angeforderte URL /Projects/welcome.php wurde auf diesem Server nicht gefunden. Apache/2.4.23 (Win64) PHP/7.0.10 Server bei localhost Port 80 Wahrscheinlich so Die Seite zeigt
王林2019-08-24 11:34:59
找到Apache中httpd-vhosts.conf文件 (在C:\wamp64\bin\apache\apache2.4.23\conf\extra这个路径下)# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp64/www
<Directory "c:/wamp64/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#80端口改成8080 重启Apache