【发布时间】:2013-09-27 01:28:21
【问题描述】:
我有一个类似
的网址localhost/index?id=2
如何使用 htaccess 隐藏 id 部分并只显示:
localhost/index/2
【问题讨论】:
-
大多数人想要
localhost/index/2或localhost/2 -
@Dagon 不管是什么都没关系我只想摆脱
id= -
@Prix 不适合我。
标签: php .htaccess url-rewriting get