无法通过域屏蔽在 siteB 上显示 siteA 的内容
我有一个使用 Joomla 的域 www.siteA.com,而 www.siteB.com 域为空。
我想在 www.siteB.com 处显示 www.siteA.com 域的内容。
我尝试首先通过 .htaccess 进行域重定向来解决问题,但无法在 SiteB 上显示 SiteA 的内容。
如何通过 .htaccess 中的域名屏蔽在 mysiteB.com 上显示 mysiteA.com 的内容?
I have a domain www.siteA.com, which uses Joomla, while the domain www.siteB.com is empty.
I would like to show the content of the domain www.siteA.com at www.siteB.com.
I tried to solve the problem first by making a domain redirection by .htaccess, but I could not show SiteA's content at SiteB.
How can you show the contents of mysiteA.com at mysiteB.com by domain masking in .htaccess?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你确实应该通过 CNAME-ing 域来做到这一点,但如果你真的想使用 .htaccess,你可以按照 @Unkwntech 建议进行
编辑:它看起来就像
无论你采用哪种方式(CNAME 或 htaccess),你都可能是将会因重复内容而受到 SEO 惩罚。
You really should be doing this by CNAME-ing the domain, but if you really want to use .htaccess you can do what @Unkwntech suggests
Edit: It would just look like
Whichever way you do it (CNAME or htaccess) you're probably going to get an SEO penalty for duplicate content.
这应该重写对 siteA 的每个请求。
This should rewrite every request to siteA.