在安裝目錄中找到
\wamp\bin\apache\Apache2.2.17\conf\extra\httpd-autoindex.conf
打開進(jìn)行修改,將一下
Alias /icons/ “C:/Dev/Projets/WampServer2-64b/install_files_wampserver2/bin/apache/Apache2.2.17/icons/”
<Directory “C:/Dev/Projets/WampServer2-?64b/install_files_wampserver2/bin/apache/Apache2.2.17/icons”>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
修改為
Alias /icons/ “icons/”
<Directory “icons”>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
上面用的相對目錄,
因?yàn)樵?httpd.conf 里面設(shè)置了
ServerRoot “D:/wamp/bin/apache/apache2.2.17”
或者用絕對目錄也行.
\wamp\bin\apache\Apache2.2.17\icons