重定向域名服务器后子域出现问题

发布于 2024-09-16 11:00:08 字数 280 浏览 2 评论 0原文

我已将我的域从一台服务器重定向到另一台服务器。我的网站有子域概念。在重定向之前,它运行良好,但是当重定向(名称服务器)到另一台服务器时,我的子域未打开。但另一个与“www”相关的是打开良好。我收到错误

“网络 - DNS 查找错误 找不到地址 delh.mydomain.com。”

应该做什么。 我编写的 htaccess 代码类似于

RewriteCond %{HTTP_HOST} ^subdomain.example.com$ RewriteRule (.*) /子域名/$1 [L] 谢谢

I have redirect my domain from one server to another.And my website has sub domain concept.Before redirection this was running well but when this redirected (nameserver) to another server my subdomain is not opening.But another which related with "www" is opening well.I am getting an error

" Network - DNS Lookup Error
The address delh.mydomain.com cannot be found."

What is shoud to do.
I have written my htaccess code is like

RewriteCond %{HTTP_HOST} ^subdomain.example.com$
RewriteRule (.*) /subdomain/$1 [L]
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

命硬 2024-09-23 11:00:08

就 DNS 系统而言,delh.sliceindia.com 似乎不存在。您是否已正确配置 sliceindia.com 区域以拥有 delh 主机的 A 记录?或者父 sliceindia.com 上的通配符?要么你还没有,要么它还没有传播。不管怎样,如果没有 HTTP 命中进入服务器,重定向就无法工作。

delh.sliceindia.com does not appear to exist, as far as the DNS system is concerned. Have you properly configured the sliceindia.com zone to have an A record for the delh host? Or a wildcard on the parent sliceindia.com? Either you haven't, or it's not propagated yet. Either way, the redirect can't work if there's no HTTP hits coming into the server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文