好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Wamp2.1 安装到 D:wamp 系统图标 icons 无法显示的解决

p>编辑下面文件

D:\wamp\bin\apache\Apache2.2.17\conf\extra\httpd-autoindex.conf

1. 将

<Directory "C:/Dev/Projets/WampServer2-64b/install_files_wampserver2/bin/apache/Apache2.2.17/icons">

改为

<Directory "D:\wamp\bin\apache\Apache2.2.17\icons">

2. 将

Alias /icons/ "C:/Dev/Projets/WampServer2-64b/install_files_wampserver2/bin/apache/Apache2.2.17/icons/"

改为

Alias /icons "D:\wamp\bin\apache\Apache2.2.17\icons"

重启 Wamp 的 Apache 服务即可。

查看更多关于Wamp2.1 安装到 D:wamp 系统图标 icons 无法显示的解决的详细内容...

  阅读:56次