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? 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. 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
Archived
This topic is now archived and is closed to further replies.