You can test by enabling imagecache UI and viewing a preset. It renders a drupal.org home page.

I think this might be non-standard configuration in /var/www/drupal.org/htdocs/files/.htaccess, like RewriteEngine off. I haven't been able to pinpoint this and don't want to change that .htaccess myself.

Comments

drumm’s picture

Confirmed RewriteEngine off in .../htdocs/files/.htaccess is the culprit by temporarily changing it for redesign.drupal.org.

drumm’s picture

The least-invasive change I can think of is:

<IfModule mod_rewrite.c>
  <FilesMatch "^(?!imagecache)">
    RewriteEngine off
  </FilesMatch>
</IfModule>
gerhard killesreiter’s picture

looks good to me.

drumm’s picture

Assigned: nnewton » drumm
Status: Active » Fixed

Changed, reverted the workarounds in drupalorg, and deployed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Component: Operating system » Servers