修改配置后不能重啟
?#
??? AllowOverride all
??? #
??? # Controls who can get stuff from this server.
??? ##?? onlineoffline tag - don't remove
? Oder Deny,Allow
Allow from all
?</Directory>
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
這里改了就不能從新啟動wamp了(在我的最開始的配置文件里沒有視頻里的oder deny,allow?? deny from all? allow for127.0.0.1這三行)
2015-05-07
這個是apache版本不對
2015-05-05
httpd.conf 對吧,可能是你改錯了,把wamp刪除完,重新安裝,跟著教程仔細再來一次,超不過15分鐘
2015-05-05
#?? onlineoffline tag - don't remove
???? Order Deny,Allow
??? Allow? from all
??? # Allow from 127.0.0.1
???? Allow from ::1
???? Allow from localhost
</Directory>
2015-05-05
這是什么文件?hosts嗎?