Hi,
How do you specify a link on your server
E.g. I want my demo and production system hosted at
http://localhost/demo http://localhost/production
to point to a file in sites/all/files/myfile.html
I have tried
/sites/all/files/myfile.html - invalid URL sites/all/files/myfile.html - evaluates to ?q=sites/all/files/myfile.html
I guess I am asking can you enter some magic value to do this e.g. <drupal_root>/sites/all/files/myfile.html
These files will move host and have a different lead directory
Iain