【发布时间】:2013-05-30 03:50:02
【问题描述】:
实际上我不知道正则表达式等,我想使用 .htacess 重写 URL。我有以下网址
http://www.example.com/post.php?post_id=114&post_txt=this-should-not-happen-again
我想这样改写
http://www.example.com/114/this-should-not-happen-again
我应该在 .htaccess 文件中写什么来实现我的目标?
【问题讨论】:
-
请澄清:我假设您希望浏览器栏中的网址是这个:
http://www.example.com/114/this-should-not-happen-again? -
@goodeye 你是对的。
标签: regex .htaccess url-rewriting