Hello,I never had this use case, but looking at the Apache docs, I think you need to use the QSA flag. Something like this: RewriteRule ^my-url/([A-Za-z0-9-_]+)/?$ recirect-url&app=$1 [L,QSA] Link to Apache docs: https://httpd.apache.org/docs/2.2/en/rewrite/flags.html#flag_qsa Hope it helps,Daniel