Htaccess 重定向不可见

发布于 2024-11-20 00:40:20 字数 379 浏览 6 评论 0原文

我已经完成了许多 htaccess 重定向,但由于某种原因,此重定向不会将子域重定向到子文件夹。

RewriteCond %{HTTP:Host} ^((?!www\.)(.+)|(?:www\.)(.+))\.(timseverien\.nl)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? /subdomains/%2%3%5 [L]

当它重定向时,我可以在我的网址栏中看到我不想要的 /subdomains/x/ 。 我在 htaccess 中有这个的原因是因为考虑到域和子域,我最亲爱的主机完全是一团糟。

所以,我的问题是:为什么重定向可见以及我可以做什么来更改它?

I've done many htaccess redirects, but for some reason this one doesn't redirect the subdomain to a subfolder.

RewriteCond %{HTTP:Host} ^((?!www\.)(.+)|(?:www\.)(.+))\.(timseverien\.nl)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? /subdomains/%2%3%5 [L]

When it redirects I can see /subdomains/x/ in my url bar which I don't want.
The reason I have this in my htaccess is because my dearest host is a complete fuckup considering domains and subdomains.

So, my question is: Why is the redirect visible and what can I do to change it?

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

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

发布评论

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

评论(1

蓝戈者 2024-11-27 00:40:20

问题不在于 .htaccess,而在于我的主机的 DNS。我十一月一号就要搬家了!

The problem wasn't in the .htaccess, but in the DNS of my host. I'm moving the first of November!

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