Posted by namemattersnot on 02/02/06 07:17
ok. i give up. need help :)
here's the rule:
RewriteRule ^test/(.+)/(.*)$ /index.php$2
if i request: http://localhost/test/keyword/?show=files it properly
redirects me.
NOW, if i change the rule to: RewriteRule ^test/(.+)/(.*)$
/index.php$2&key=$1
it stops working.
i figured out that if i remove ? from $show=files and change the rule
to redirect to /index.php?$2, then i can use &key=$1. but i want to
figure out how to redirect the ?show=files request AND at the end add
&key=$1
thanks in advance!
Navigation:
[Reply to this message]
|