Hide GET parameter from URL

后端 未结 5 1441
故里飘歌
故里飘歌 2020-12-18 08:44

How to hide URL GET parameters (http://domain.com/MyFirstYii/page?view=about). I\'ve searched lot of posts. They all are saying about rewrite and URL manager, but i couldn\'

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 09:24

    use post method instead of get....that's the best and efficient solution.

    to follow up on your query check out this site:

    [http://pure-essence.net/2007/06/29/simple-php-path-rewrite/]

提交回复
热议问题