Rewriting query string using mod_rewrite

后端 未结 2 654
南旧
南旧 2020-12-18 11:57

In my MVC application I use a uri router than determines which controller and action to use and detects GET parameters from the uri. I\'ve written it so that it will accept

2条回答
  •  死守一世寂寞
    2020-12-18 12:45

    If you're doing it for cosmetic reasons you may want to do a POST instead, and then the query params will not be shown in the URL.

    If not - I'd like to see the answer to this one myself!

提交回复
热议问题