I see that support was added for AIS here http://drupal.org/node/1452732 , however in my status report I'm getting the following 3 errors:

Couldn't find the AIS htaccess rules in the htaccess file. Without these rules, AIS will not work.

RewriteBase appears to be configured incorrectly in the .htaccess file. The RewriteBase is set to '', but should be '/index.php'.

RewriteBase not configured in .htaccess file, AIS requires that the rewritebase be configured.

Is this a case where it is working, just the errors are not silenced? Thanks for any info

Comments

omega8cc’s picture

Title: Adaptive Image Styles (AIS) htaccess issues » Adaptive Image Styles (AIS) shouldn't force Apache-only htaccess rules
Project: Octopus » Adaptive Image Styles (ais)
Version: » 7.x-1.4
Component: Documentation » Code
Category: support » bug

Yeah, it sounds it should be either silenced or fixed in the module. It shouldn't assume that the Apache is the only web server used.

spotzero’s picture

Status: Active » Fixed

This isn't the intended behaviour. Looks like there was a logic bug, I've commited the fix to the dev branch.

Now it should produce the correct behaviour; generating a warning that you're own your own for configuring AIS because it can't tell.

Status: Fixed » Closed (fixed)

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