[Catalyst] Local action in controller not mapping to template
(retry): Solved
Anne Brown
lovallama at gmail.com
Tue Apr 21 14:24:04 GMT 2009
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.
More information about the Catalyst
mailing list