in reply to Problems when using HTML editor on HTML::Template's


I'm not sure I can understand what you want either, but here's an advise.
While CGI Scripting, ALWAYS use the relative path and NEVER the absolute path when pointing to a file/html/image etc.

So, you would code cgi-bin/script.pl from a HTML page in /apache/htdocs rather than /apache/cgi-bin/script.pl

Rupesh.

Replies are listed 'Best First'.
Re^2: Problems when using HTML editor on HTML::Template's
by data64 (Chaplain) on Nov 24, 2004 at 20:04 UTC

    While CGI Scripting, ALWAYS use the relative path and NEVER the absolute path when pointing to

    Is there a reason for this recommendation ?

    Update: I guess you are hoping the editor will just use the relative links and do the right thing. Might work depending on the editor.