[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] redirect
- Subject: RE: [cobalt-users] redirect
- From: "Boris Vanrillaer" <raq3@xxxxxxxxxxxxx>
- Date: Mon Dec 17 23:09:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I need a strange redirection... I want the index.html ->
> index.cgi??s=3c1e97b37ba0ffff;act=SF;f=3
> Can I do this from the httpd.conf, changing the DocumentRoot?
> I tried it but it failed.. Any ideas? Thanx!
It looks like you want a specific rederiction for only one index.html
page.
Changing the httpd.conf is a generic solution.
Why not simple create an index.shtml with following line in it
<!--#exec cgi="/cgi-bin/index.cgi??s=3c1e97b37ba0ffff;act=SF;f=3"-->
BTW are you sure it is 2 ?? after the cgi ?
Greetz
Boris