我最近把我的博客从https://mobileframers.com/blog
到https://blog.domain.com
的问题是,谷歌正在寻找不存在的沼泽页面,我想重定向个人博客如下使用htaccess:Redirect https://mobileframers.com/blog https://blog.mobileframers.com
Redirect https://mobileframers.com/blog/test-1 https://blog.mobileframers.com/test-1
Redirect https://mobileframers.com/blog/test-2 https://blog.mobileframers.com/test-2
1条答案
按热度按时间v8wbuo2f1#
要将所有请求从带名的旧域重定向到不带名的新域,同时保持路径的剩余部分和完整的查询字符串,请在.htaccess中使用mod_rewrite: