我是服务器端的新手,只是制作了我的第一滴,所以如果我错过了一些明显的东西,请原谅我。我们的AWS服务器目前在不同的子文件夹中有多个网站。
we already point custom domain (www.websitecustom.com) to this server & redirect to www.website1.com/custom (by htaccess) & it works.
www.website1.com
/home/website1/WP core
wwww.website2.com
/home/website2/WP core
但现在我真的想删除www.website2.com并使用www.websitecustom.com指向/ home / website2。我在这里做了什么:
它不起作用,www.websitecustom.com仍然整天指向网站1主页。请给我建议。感谢
更新:这是http& https问题对我来说。谢谢大家的帮助。
答案 0 :(得分:0)
我不确定你的情况,但常见的错误是:
您可以在控制台中使用wget
检查重定向路径:
wget https://www.websitecustom.com --no-check-certificate 2>&1 | grep Location