Forum OpenACS Q&A: Re: mounting a package on /

Collapse
Posted by Dave Bauer on
Actually that is not quite true. That is a hack to display ETP content served from the site root. I don't think it is necessarily a good idea.

We recently got this question on the #openacs irc channel also. We suggested redirecting to the proper place so the user will end up at /ecommerce/ or whatever you call it.

A nice generalized solution to serve content from the site root would be great.

Collapse
Posted by Tilmann Singer on
There is even an acs-kernel parameter for this redirect: IndexRedirectUrl - it is used for example in dotLRN to redirect to /dotlrn/ automatically.

This should definitely be a parameter of acs-subsite and not acs-kernel - I will enter a bug report for that now if there is none yet.