Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Rewrite rule for cgi scripts

Quote Reply
Rewrite rule for cgi scripts
Hi,

As a complete novice with this I was wondering whether anyone could tell me if it is important to use this type of indicator at the end of a rewrite rule if redirecting to a script :

[L,T=application/x-httpd-cgi]

where I would for example have :

Code:
RewriteRule ^/reviews/.*L([0-9]+).*\html$ /perl/review.cgi?ID=$1 [L,T=application/x-httpd-cgi]

Obviously the output of the script will be html or xhtml but I was just wondering what importance the [L,T=application/x-httpd-cgi] code has ?

Thanks, John
Significant Media
Subject Author Views Date
Thread Rewrite rule for cgi scripts Jag 2228 Mar 29, 2005, 6:54 AM
Thread Re: [Jag] Rewrite rule for cgi scripts
Andy 2155 Mar 29, 2005, 7:01 AM
Post Re: [Andy] Rewrite rule for cgi scripts
Jag 2136 Mar 29, 2005, 7:07 AM