On Tue, Aug 12, 2008 at 12:22 PM, Andre Garzia <[EMAIL PROTECTED]> wrote: > Sarah, > > instead of linking with URLs like > > <a href="http://192.168.0.123:8888/folder/file.txt"> > > why don't you use root relative paths without the server, like: > > <a href="/folder/file.txt"> > > if so, the server part will be assumed to be the same one serving the page.
The page with the links is dynamic and never actually written anywhere on the server, so I didn't think that would work, but I'll give it a try. Thanks, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
