You can use a fake frameset. Just create a one-framed frameset in your site root and make it load /appname/index.csp Works fine too.
<frameset rows=* cols=* frameborder=no> <frame src=/appname/index.csp> </frameset> Or anything like that ........... Don't quite remember how to write a frameset anymore :( "Damir Imamovic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks Nuno, > > I probably overlooked it. > > damir > "Nuno Canas" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Damir, > > > > You can use CSP Gateway to do that. > > > > Just go to > > http://127.0.0.1/csp/bin/CSPmsSys.dll > > > > And configure there. > > The help facility is fine !! > > > > Nuno > > Damir Imamovic wrote: > > > > > Hello > > > > > > as far as I know when I am setting up Cache application, it always goes > like > > > http://www.company.com/name_of_the_namespace/index.csp For some reasons, > > > one of our clients want to go like http://www.company.com/index.csp and > to > > > call application out of name_of_the_namespace > > > > > > Any ideas? > > > > > > Best > > > > > > Damir > > > > > > > > > >
