Forum OpenACS Q&A: Re: url abstraction

Collapse
14: Re: url abstraction (response to 13)
Posted by Tom Jackson on

Yes, you could setup a page which takes query variables, and still use an index.vuh file to grab the information from the url, then use rp_internal_redirect to the regular page. You would not necessarily need to put the variable names in the url you could use http://library/resources/30/50245/ for instance. The point is you can do it any way you want, there are no limitations.