well, not that it has anything to do with HTML::Template, or necessarily explains the browser inconsistencies, why don't you use absolute relative links (starting with a slash - so to "/cgi-bin/dlugMember.cgi")?
that should keep the browser going to the right place wherever on the site it thinks it is coming from. - jody biggs On Tue, 9 Oct 2001, Kapoor, Nishikant X wrote: > Friends, > > I am having a strange problem with my site and even though it seems like a > HTML issue, I am posting it here hoping that someone in this group might > have come across it. > > I have developed a site using H::T (http://wpaa.org/dlug/) and everything > looks just fine. The problem occurs when I view it in IE5.x. > > Case I: First time when you visit the site, the two links : > > 'View Poll Results' - link to cgi-bin/dlugPoll.cgi > member picture under 'Meet ILUG-D Member' - link to cgi-bin/dlugMember.cgi > > work fine. > > Case II: But when you call up home page from 'Home' link, it is a H::T > generated page (http://wpaa.org/dlug/cgi-bin/dlug.cgi) and this time, both > these links fail with the error > "The requested URL /dlug/cgi-bin/cgi-bin/dlugPoll.cgi was not found on this > server". > > This does not happen in NS4.x. > > What I have observed is that in Case II, the call to cgi is w.r.t cgi-bin > directory since the home page was generated by cgi-bin/dlug.cgi and hence, > the error "The requested URL /dlug/cgi-bin/cgi-bin/dlugPoll.cgi was not > found on this server". (an extra cgi-bin in path) > > Has anyone seen this problem ? Any suggestions ? > > Thanks > Nishi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
