Closed (works as designed)
Project:
Image Assist
Version:
6.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2009 at 21:26 UTC
Updated:
23 Feb 2011 at 04:50 UTC
When using the token format [imgassit|x|y|z] the img tag is written out with the full domain name to the image...
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. ![]()
Comments
Comment #1
sunThis 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.
Comment #2
forestmars commented