i have this rewrite:
RewriteRule ^view,([0-9]+)?$ view.php?t=$1 [L]
so /view,125 works fine.
but is it possible to still allow something like this to work:
/view,125?page=2
i still would like to allow other ?query= in the rewritten url.. is this possible?