can you use a site root relative path?
<!--#exec cgi="/_sitemap/breadcrumb.cgi" -->
Note- on some hosts- when you use a site root relative path for exec or SSI,
you may have to include your Home directory path if you have a private login
folder. Or even use the path from server root to your site.
kind of like this:
<!--#exec cgi="/my_username/httpdocs/_sitemap/breadcrumb.cgi" -->
or
<!--#exec cgi="/home/users/m/my_username/httpdocs/_sitemap/breadcrumb.cgi"
-->
if you can use a path like that- dreamweaver won't have to manage the paths
inside the exec directive.
Quote:
But when I change this to an <!--#exec> tag, and point it at the CGI script,
it won't keep track of the file anymore, and leaves the path to the file the
same no matter where you are. I have tried using an absolute address |