Hi,
I'm not sure whether this is the origin of the bug I'm trying to solve, however, I'm still not sure I correctly understood Apache doc...
Let's say I wanna redirect
toto.page?a=2&c=546EUE&stuff=blah
to
index.page?view=Blahblah/Toto&a=2&c=546EUE&stuff=blah
Of course, if there was other parameters, they should be preserved too. Is the following rule correct ?
RewriteRule ^toto\.page$ index.page?view=Blahblah/Toto [NC,QSA,L]
Thanks in advance ! Rolf