【发布时间】:2013-11-10 10:57:36
【问题描述】:
我相信这个问题已经回答了很多次,但我就是找不到答案。
我正在尝试让友好的 url 工作,但无法编写重写规则。
我需要将 www.mysite.com/123 重写为 www.mysite.com/index.php?page=123
还有一个页面,例如:www.mysite.com/123/abc 到 www.mysite.com/index.php?page=123&secondParam=abc p>
我还希望能够通过 www.mysite.com/something 链接到如下页面:www.mysite.com/something/index.php,而不是将其重写为 www.mysite.com/index.php? page=something 如果文件夹 something 在服务器上存在。
谢谢。
【问题讨论】:
标签: .htaccess mod-rewrite url-rewriting