重定向流量

发布于 2024-10-31 14:58:09 字数 579 浏览 1 评论 0原文

我想以这种方式重定向流量。

kevin.domain.com -> /var/www/kevin/domain.com/
thomas.example.com -> /var/www/thomas/domain.com/
kevin.subdomain.domain.com -> /var/www/kevin/subdomain.domain.com/
$user.$subdomain-and-domain -> /var/www/$user/$subdomain-and-domain/

但是如果第一部分不是用户(这意味着目录 /var/www/$user/ 不存在),它必须以这种方式重定向:

domain.com -> /var/www/working/domain.com/
subdomain.example.nl -> /var/www/working/subdomain.example.nl/
$domain -> /var/www/working/$domain/

我怎样才能归档这个?

非常感谢:D!

I want to redirect traffic in this way.

kevin.domain.com -> /var/www/kevin/domain.com/
thomas.example.com -> /var/www/thomas/domain.com/
kevin.subdomain.domain.com -> /var/www/kevin/subdomain.domain.com/
$user.$subdomain-and-domain -> /var/www/$user/$subdomain-and-domain/

But if the first part isn't a user (that means, the dir /var/www/$user/ doesn't exist), it must redirect in this way:

domain.com -> /var/www/working/domain.com/
subdomain.example.nl -> /var/www/working/subdomain.example.nl/
$domain -> /var/www/working/$domain/

How can I archieve this?

Many thanks :D!

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

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

发布评论

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

评论(2

绾颜 2024-11-07 14:58:09

您可以通过配置虚拟主机或使用 mod_rewrite 来完成此操作。

看一下这里: ​​http://httpd.apache.org/docs/2.0/ vhosts/mass.html

两种方法都有解释。如果您在实施过程中遇到任何困难,请回来。

You can do it by configuring your virtual host, or using mod_rewrite.

Take a look here : http://httpd.apache.org/docs/2.0/vhosts/mass.html

Both methods are explained. Come back if you have any trouble implementing it.

柳若烟 2024-11-07 14:58:09

也许 mod_userdir 很有趣。

Maybe mod_userdir is interesting.

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