URL重写.htaccess
我想通过 htaccess 重写 URL,但我没有得到执行特定重写的解决方案。例如,我有一个 URL:
http://www.yourdomain.com/page/about-us.html
现在我想从上面的 URL 中删除 page,所以它应该看起来像;
http://www.yourdomain.com/about-us.html
任何人都可以帮我解决这个问题吗?
提前致谢。
I want to rewrite a URL through htaccess, but I am not getting the solution to do the specific rewriting. For e.g., I have a URL:
http://www.yourdomain.com/page/about-us.html
Now I want to remove page from above URL, so it should look like;
http://www.yourdomain.com/about-us.html
Can anybody help me with this.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的东西应该可以工作:
如果您需要在放入网站的任何 URL 上完成它,那么像这样:
Something like this should work:
If you need it done on any URL put into the site, then something like this:
假设您想要 301:
Assuming you want a 301: