Subject: | [RT 4.2.0] Css/images does not works |
I did not add time to track this down, but when installing on a fresh RT 4.2.0, css and images files returns a 404.
Apache conf is as follow:
AddDefaultCharset UTF-8
ScriptAlias / /srv/rt/rt/sbin/rt-server.fcgi/
DocumentRoot "/srv/rt/rt/share/html"
<Location />
Options +ExecCGI
AddHandler fastcgi-script fcgi
</Location>
I suppose it's because RTx::Calendar uses $RT::WebImagesURL which non longer point to NoAuth/images ?