.htaccess 子域通配符
我一直在寻找在 .htaccess 中执行 mod_rewrite 的许多不同方法,以创建转发到特定路径的通配符子域,同时保留目录和页面的尾随 url。似乎没有什么能解决问题。我只是不太擅长正则表达式,还没有弄清楚这一点。
我的通配符需要制作:
http://username.domain.org/project1/hello.html
与:
http://domain.org/domains/username/project1/hello .html
有什么想法吗?
I've been looking thru many, many different ways of doing a mod_rewrite in my .htaccess for creating wildcard subdomains that forward to a specific path, while preserving the trailing url for directory and page. Nothing seems to do the trick. I'm just not that good at regular expressions yet to figure this out.
My wildcard needs to make:
http://username.domain.org/project1/hello.html
the same as:
http://domain.org/domains/username/project1/hello.html
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 .htaccess 文件中尝试以下操作:
Try this in your .htaccess file: