PHP 中的 url 缩小
我试图将此网址 http://www.xyz.com/catnew/newcat.php
显示为 http://www.xyz.com/cat
。任何帮助表示赞赏。
I'm trying to show this url http://www.xyz.com/catnew/newcat.php
as http://www.xyz.com/cat
. Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查找 mod_rewrite 上的教程,如果您使用 Apache,这可能是答案,具体取决于您想要如何执行此操作。
look up tutorials on mod_rewrite, if your on Apache this may be the answer depending on how you want to do it.
原始网址:
重写后的网址:
The original URL:
The rewritten URL: