Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 09:27:26 -0600
From:      nathan <beemern@ksu.edu>
To:        mark <mark@itsunix.uwc.ac.za>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Apache and CGI
Message-ID:  <38BBE55E.E177A15@ksu.edu>
References:  <0002291127260U.08545@itsunix.uwc.ac.za>

next in thread | previous in thread | raw e-mail | index | archive | help
mark wrote:

> But how do I only type in the http://myserver.co.za to bring up that page.
> I have checked on the net and through the config pages, but no luck.
> I have also tried symbolic links etc ....

you could try using a redirect in your index.html file, like so -->

<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="0;
URL="http://myserver.co.za/cgi-bin/life.cgi">;
</HEAD>
</HTML>

the 0 is the time in seconds to wait before redirecting...
good luck!





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38BBE55E.E177A15>