Forum OpenACS Q&A: Response to The whole java thing, Tclblend and Webmail

Collapse
Posted by Roberto Mello on
I don't know which ACS functionalities this would break (if any) but you can disable abstract-urls entirely at your parameters/servicename.tcl:
ns_section ns/server/${server}/acs/abstract-url

        # enable abstract url handling?
        ns_param EnableAbstractURLsP 1

Just change "1" to "0".