G
Grandee
I am developing on a machine that is not connected to the www and uploading
using FTP on another machine. I therefore need to maintain control over what
references are relative and what are absolute. I can enter a filename or
select it from the filename list, but in either case the name is changed to
an absolute local disk address - so the hyperlink 'LateNews.htm' becomes
'C:\My_Web\LateNews.htm'. I can override this with the http: tag in the
address ('http:LateNews.htm'), but this means that I can't test the links
during development, other than seeing the http address of the page it is
trying to load.
According to help, relative URLs are the default, so there is no reference
to how this behaviour can be forced when it doesn't happen automatically.
How can I force FP2K to maintain a plain, unadorned filename, as entered, as
a hyperlink reference, so it is treated as a local file in the current
directory during development, and as a file in the current server directory
when accessed remotely?
using FTP on another machine. I therefore need to maintain control over what
references are relative and what are absolute. I can enter a filename or
select it from the filename list, but in either case the name is changed to
an absolute local disk address - so the hyperlink 'LateNews.htm' becomes
'C:\My_Web\LateNews.htm'. I can override this with the http: tag in the
address ('http:LateNews.htm'), but this means that I can't test the links
during development, other than seeing the http address of the page it is
trying to load.
According to help, relative URLs are the default, so there is no reference
to how this behaviour can be forced when it doesn't happen automatically.
How can I force FP2K to maintain a plain, unadorned filename, as entered, as
a hyperlink reference, so it is treated as a local file in the current
directory during development, and as a file in the current server directory
when accessed remotely?