When using the token format [imgassit|x|y|z] the img tag is written out with the full domain name to the image... Only local images are allowed. This is causing a problem on my site since the admin area is in a password protected https site. Therefore the images cause normal site visitors to be prompted for a password and upon failure not shown.

The best solution I can think of is to not include the domain name in the image path. I.e. Only local images are allowed.

Comments

sun’s picture

Category: bug » support
Status: Active » Closed (fixed)

This is by design, also in order to make embedded images work in RSS feeds.

What you need are separate cache tables per site/domain. See drupal.org handbooks for advanced multisite setup.

forestmars’s picture

Status: Closed (fixed) » Closed (works as designed)