Forum OpenACS Q&A: Response to Translation of quote characters stops

Collapse
Posted by David Walker on
Look at the tcl page support section of ad-aolserver-3.tcl.preload.

You can probably add a file into your tcl folder with
 ns_register_proc GET /*.html ns_sourceproc
 ns_register_proc POST /*.html ns_sourceproc
 ns_register_proc HEAD /*.html ns_sourceproc
in it.