On Wed, Apr 8, 2009 at 12:19 PM, Josh Trutwin wrote:
> I'm dealing with something odd and I can't figure out what to make of
> it - I have the following rewrite rule:
>
> RewriteRule
> ^([0-9]+)/([a-z0-9]+)/get_flash\.php$ /get_file.php?id=$1&flash=1&key=$2
> [L]
>
> then a URL liks this /123/2313
I'm dealing with something odd and I can't figure out what to make of
it - I have the following rewrite rule:
RewriteRule
^([0-9]+)/([a-z0-9]+)/get_flash\.php$ /get_file.php?id=$1&flash=1&key=$2
[L]
then a URL liks this /123/2313412sdfsdf/get_flash.php works fine.
BUT if I change my rule to this