http://localhost/Projects/welcome.php The requested URL /Projects/welcome.php was not found on this server. Apache/2.4.23 (Win64) PHP/7.0.10 Server at localhost Port 80 大概是這樣的頁面顯示
我就是我,看自己都上火
找到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>
.
找到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.
#############