How do you make .htaccess pass all GET parameters without knowing what they are named?

后端 未结 2 616
悲&欢浪女
悲&欢浪女 2020-12-17 20:05

I am working on a CMS that involves custom user pages. I have a hierarchy with three levels set up, and it works pretty well. It\'s got a .htaccess that makes the URLs frien

2条回答
  •  伪装坚强ぢ
    2020-12-17 21:07

    You'll need to use the QSA (query string append) flag. The mod_rewrite documentation has more detail.

提交回复
热议问题