From: Chris W. <la...@us...> - 2005-02-13 20:29:19
|
Update of /cvsroot/openinteract/OpenInteract2/sample/website/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5643/sample/website/conf Modified Files: server.ini Log Message: clarify configuration of none/not_found actions Index: server.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/website/conf/server.ini,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** server.ini 28 Nov 2004 04:28:59 -0000 1.48 --- server.ini 13 Feb 2005 20:29:10 -0000 1.49 *************** *** 552,565 **** # not found (under 'action_info.not_found') [action_info default] controller = tt-template content_generator = TT - [action_info none] - redir = page - - [action_info not_found] - redir = page - [action_types] template_only = OpenInteract2::Action::TemplateOnly --- 552,563 ---- # not found (under 'action_info.not_found') + [action_info] + none = page + not_found = page + [action_info default] controller = tt-template content_generator = TT [action_types] template_only = OpenInteract2::Action::TemplateOnly |