Taxonomy image, views, getimagesize 401 error

I created a view today with a taxonomy_image field, which complained with a 401 Authorization Required error, something like this:
getimagesize failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required
Took a hint from here: http://drupal.org/node/518794
Because our site is behind .htpasswd during devel, we need to add the following to the virtual host settings, which allows apache to access the directory: 
<Directory "/path_to_drupal/sites/all/files">
Allow from all
Satisfy Any
</Directory>
 

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.