Forum Moderators: phranque

Message Too Old, No Replies

mod rewrite question

         

webnoob

4:39 am on Aug 17, 2006 (gmt 0)

10+ Year Member



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?

jdMorgan

12:33 pm on Aug 17, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See the [QSA] flag for RewriteRule [httpd.apache.org].

Jim