[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] redirect



> 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