Is it possible to automatically update the drupal node's content at submit time?
When adding images to the node, they are stored as <img src="http://myserver/sites/....">
However, we frequently distribute the content to customer servers, and 'myserver' is therefore incorrect. If I used <img src="/sites/...."> can anyone foresee any issues (drupal is always installed at the root level).
If this does not cause any issues, can it be automated, so when any new content is added, it scans for 'http://myserver/sites' and replaces with '/sites' ?
Thanks in advance,
Martin