it depends on whether your host allows you to run cgi scripts from anywhere within your site. if they do, you could simply have your script in the root directory like this... yourdomian.com/index.cgi
if not, redirecting your users is the only way, be it via a link, script or meta redirect makes no real difference.
|