Kiki-3 wrote: > > Just tell mod_rewrite to stop rewriting the URL, in order to escape the > infinite recursion (see 'recursion, infinite') > > You probably need: > > RewriteRule ^(.*)?$ index.pl/$1 [L] > > The [L] is a flag that tells mod_rewrite that this is the last rule and it > should stop applying any more rules. > > See also: > http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewriterule > KiKi,
I tried that before and got the same errors. It should work but its not doing what I would expect. Anne -- View this message in context: http://www.nabble.com/Local-action-in-controller-not-mapping-to-template-%28retry%29-tp23123769p23157260.html Sent from the Catalyst Web Framework mailing list archive at Nabble.com. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
