子域到新域重定向
我需要简单的代码来做这样的事情。
例如,我的旧网站页面是 www.old.com/homerun.html
,我想重定向到新页面 www.new.com/homerun/
,或 <代码>www.old.com/themes/newpage.html 到www.new.com/themes/newpage/
。
所以基本上它将替换域名并删除 .html
。
这可以在 htaccess 上完成吗?
I need simple code to do something like this.
For example my old site page is www.old.com/homerun.html
, I want to redirect to a new page www.new.com/homerun/
, or www.old.com/themes/newpage.html
to www.new.com/themes/newpage/
.
So basically it will replace the domain and remove the .html
.
could this be done on htaccess?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试类似以下内容(在旧主机上,根路径)
Try something like the following (on the old host, root path)