Re: [users@httpd] RewriteRule problem

2013-02-08 Thread Boubouch
Sorry i mean >> RewriteRule ^(t.*)$ test.php?req=$1 [NC,END] The flags END are stronger than L and may be you loop from testing123 to test.php both matching Le 8 févr. 2013 à 22:46, Boubouch a écrit : > Hi, > > Could you try this > >> RewriteRule ^(t.*)$

Re: [users@httpd] RewriteRule problem

2013-02-08 Thread Boubouch
Hi, Could you try this > RewriteRule ^(testing.*)$ test.php?req=$1 [NC,END] Le 8 févr. 2013 à 22:19, "Coughlin, Michael J" a écrit : > The request: > > www.mysite.com/testing123 > > The rule: > > RewriteRule ^(testing.*)$ test.php?req=$1 [NC,L] > > test.php properly renders the querystri