如何使用 htaccess 文件将文件夹的所有页面重定向到特定页面?
我有一个 gallery 文件夹。然后我就把它删除了。然而,其下的所有页面在 Google 网站管理员工具下仍然显示为“无法找到”。我想将该文件夹的所有页面重定向到某个页面。我该怎么做呢?
I had a gallery folder. Then I have deleted it. However all pages under it are still shown as "unable to find" under Google Webmasters tools. I want to redirect all pages of that folder to a certain page. How should I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这会将所有
http://host/directory/anypage.html
重定向到http://host/somepage.html
This will redirect all
http://host/directory/anypage.html
tohttp://host/somepage.html