我已经安装了Foswiki,但是当我的应用程序尝试加载图像时出现问题。图片加载不出来...
我有一个解决方案,但我不确定是否正确......
这是我对 CGI 目录的配置
#
# "C:/Archivos de programa/Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/Archivos de programa/Apache Software Foundation/Apache2.2/cgi-bin">
AllowOverride All
Options +ExecCGI
AddHandler cgi-script .cgi .pl
AddHandler default-handler .jpg .png .gif .js .txt .bat .css
Order allow,deny
Allow from all
</Directory>
我必须一一添加扩展名:(...