Fellow list users, I'm running into a problem: I have a rewrite rule (say for example:
-- RewriteEngine On RewriteRule ^/toto/.*$ /tt2/getout.tt -- ) that maps a uri (/toto/xxxx) to a particular template. Needless to say, the /tt2 directory is under Apache::Template, ie when accesssing http://host/tt2/getout.tt directly i get back the correctly processed template. But in the case of accessing through the rewrite rule, the server serves me the static page, without processing it. Any idea on how to get rid of this behavior? I guess you're gonna say: Use an external redirection ([R] flag in rewrite) However, I'd rather not to, for compatibility reasons with funny browsers. Thanx a lot for your help :) Lo�c . _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
