Closed (won't fix)
Project:
Image Assist
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2008 at 19:22 UTC
Updated:
4 Jun 2008 at 01:18 UTC
instead of
img src="http://www.DOMAIN.com/sites/default/files/images/file.jpg"
do:
img src="/sites/default/files/images/file.jpg"
The reason is I am developing my site on a test domain. With the full absolute path, I'll have to change all the img src when I move to my real domain. Using the relative path avoids this problem.
Comments
Comment #1
sunTo circumvent this, you should not use HTML output mode, use filter tags instead. When migrating your site to the production server/domain, you can simply flush/truncate/clear your cache_filter table. Optionally use Devel module for that.