[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] redirect
- Subject: RE: [cobalt-users] redirect
- From: "Mike Jones" <clists@xxxxxxxxxxxx>
- Date: Wed Dec 26 17:07:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Chris
> Fragogiannis
> Sent: Monday, December 17, 2001 3:00 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] redirect
>
>
> Does anyone know how can I change the start html page of a
> specific directory in order not to be "index.html"? I want a
> ".cgi" file to be the start page. I looked in the access.conf and
> srm.conf but I didn't find anything. Any help would be appreciated.
Sorry for the late response but I've never seen this solution posted:
<meta http-equiv="refresh" content="0;URL=http://www.redirect2site.com">
Simply put this line between the /body section in a standard index.htm.
Nothing fancy, but the refresh works great and requires no complex
modifications. Also, the content="0 section can be modified to a higher
number if you want to cause a delay before redirect.
MikeJ