I've installed Foswiki but I've problem when my app try load images. The images don't load...
I've get a solution but I'm not sure if is correct ...
This is my configuration for CGI directory
#
# "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>
I have to add the extensions one by one :(...