动态子域或通配符子域
是否可以将子域中的所有内容重定向到主域。
例如,
anything.example.com
Something.anything.example.com
必须全部转到 example.com
,而
everything.example.com/page.php
Something.anything.example.com/page.php
必须全部转到 example.com/page .php
这可能吗?在共享主机上?
Is it possible to redirect everything in a subdomain to the main domain.
Eg
anything.example.com
something.anything.example.com
must all go to example.com
and
anything.example.com/page.php
something.anything.example.com/page.php
must all go to example.com/page.php
is this possible ? on a shared host ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,当然这是可能的。只需设置一个通配符子域(在大多数 apache 上为 *)并将 VH 设置为站点根目录。
yah, sure that's possible. just set up a subdomain that's a wildcard (* on most apaches) and set the VH to be the site root.
如果您有权访问 DNS 记录,这是可能的。
您必须添加一条 A 记录,其中值为 * 和 example.com 的 ip
It's possible if you have access to the DNS records.
You have to add an A-record, with as values * and the ip of example.com