【发布时间】:2013-04-12 07:27:56
【问题描述】:
我想在我的项目中重写 url。
例如:
http://www.example.com/dashboard/test/ 到 http://dashboard.example.com/index.php
我也想这样做:
http://www.example.com/dashboard/test2/ 到 http://dashboard.example.com/index.php
谁能告诉我重写网址的想法?
【问题讨论】:
-
当你说“rewrite from A to B”时,这意味着当你在浏览器的 URL 地址栏中输入 A 时,你就会得到服务B 的内容,但 A 仍保留在您的地址栏中。这就是你想要的吗?
-
Can anyone tell me the idea to rewrite the url.是的。肯定有人能做到这一点。 你尝试过什么? -
你在 apache 上。对吗?
-
是的,@JonLin 是对的。如果你能详细解释你的问题,我可以完全帮助你。
标签: php .htaccess url-rewriting