Swat
11-06-2000, 10:51 PM
This is for people who knows perl alittle .
i am trying to make ssi to redirect page to main.htm file .
so the index.shtml file has :
<!--#exec cgi="/cgi-bin/counter.cgi"-->
the counter.cgi has :
print "Location: $url", "\n\n"
the problem is that it shows the url as link
and doesn't accualy redirect to it .
u can test it at lolitaporn.net
so my question is what how to replace this line at counter.cgi to make it accualy go to $url , and not show it as link on the page .
hope u undestood it .
if not i'll be very happy to get this help by icq 3013264 .
thanks
i am trying to make ssi to redirect page to main.htm file .
so the index.shtml file has :
<!--#exec cgi="/cgi-bin/counter.cgi"-->
the counter.cgi has :
print "Location: $url", "\n\n"
the problem is that it shows the url as link
and doesn't accualy redirect to it .
u can test it at lolitaporn.net
so my question is what how to replace this line at counter.cgi to make it accualy go to $url , and not show it as link on the page .
hope u undestood it .
if not i'll be very happy to get this help by icq 3013264 .
thanks