Htaccess 重定向不可见
我已经完成了许多 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题不在于 .htaccess,而在于我的主机的 DNS。我十一月一号就要搬家了!
The problem wasn't in the .htaccess, but in the DNS of my host. I'm moving the first of November!