.htaccess 隐藏文件- URL 栏
如何在网址栏中隐藏文件名?
像这样:
www.test.com/something/
而不是
www.test.com/something/index.php
How can I hide the name of a file in the url bar?
something like:
www.test.com/something/
and not
www.test.com/something/index.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用重写规则。如果您使用 Apache Web 服务器,那么 mod_rewrite 是一个不错的选择。
本手册应该引导您思考创建成功重写规则的过程:http://www.workingwith .me.uk/articles/scripting/mod_rewrite
You need to use rewrite rules. If you use Apache web server than mod_rewrite is a good choice.
This manual should walk you thought the process of creating successfull rewrite rules : http://www.workingwith.me.uk/articles/scripting/mod_rewrite