sasori Posted April 3, 2012 Share Posted April 3, 2012 <PAGE_NAME> = can be one of “midlet”, “wap”, “ajax”, “touch” <ITEM_ID> = numerical entry <GIF_NAME> = arbitrary string, url <SENDER_ID> = numerical entry <RECEIVER_ID> = a numerical entry /gift.php?view=&gift_id=&sender_id=&receiver_id=RECEIVER_ID> what's the correct mod_rewrite rewrite rule to handle the request from the URL above, if the additional query string parameters must be forwarded as well? Quote Link to comment https://forums.phpfreaks.com/topic/260245-how-to-rewrite-rule-to-forward-query-string-params/ Share on other sites More sharing options...
trq Posted April 3, 2012 Share Posted April 3, 2012 Just set the QSA (query string append) flags. Quote Link to comment https://forums.phpfreaks.com/topic/260245-how-to-rewrite-rule-to-forward-query-string-params/#findComment-1333865 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.