htaccess 和服务器路由

发布于 2024-10-21 01:13:38 字数 196 浏览 2 评论 0原文

在我的预览框中,我有多个开发站点。

-htdocs
--site1
--site2
--site3
----assets
----system

当我编写 CSS 时,我想将所有图像指向根目录(这将是实时服务器上的情况),即 /assets/img/file.jpg

我将如何更改每个站点的根目录

On my preview box I have multiple sites in dev.

-htdocs
--site1
--site2
--site3
----assets
----system

When I'm writing my CSS I want to point all images to the root, (which would be the case on the live server), i.e. /assets/img/file.jpg

How would I change the root for each site

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

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

发布评论

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

评论(1

噩梦成真你也成魔 2024-10-28 01:13:38

您似乎误解了 mod_rewrite 的作用。
Mod_rewrite 不会重写链接,它会重写请求,这在您的场景中是不可能的。
我相信您的情况的正确解决方案是使用 Apache HTTP Server 核心支持的基于名称的虚拟主机。

You seem to have misunderstood what mod_rewrite does.
Mod_rewrite does NOT rewrite links, it rewrites requests, which would not be possible in your scenario.
I believe that the correct solution in your case is to use name-based virtual hosts which is supported by the Apache HTTP Server core.

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