htaccess、urlrewriting和子域名,怎么出现异常?
我正在这个网站上工作: www.montreuxjazz.com
在那里,我们放置了一个 htaccess 来重写 url:
RewriteRule ^([^\/]*)/([^\/]*)$ index.php?pageid=$1&newsid=$2 [L]
不幸的是,这个 htaccess 避免了对 http 的访问://newsletter.montreuxjazz.com/noel2011_en.html。
您知道如何修改 htaccess 以便 newsletter.montreuxjazz.com/ 上的所有内容都可以访问吗?
预先感谢您的帮助! 再见, 大卫
I am working on this website:
www.montreuxjazz.com
There, we put a htaccess to rewrite the urls:
RewriteRule ^([^\/]*)/([^\/]*)$ index.php?pageid=$1&newsid=$2 [L]
Unfortunately, this htaccess avoid the access to http://newsletter.montreuxjazz.com/noel2011_en.html .
Do you know how to modifiy the htaccess so that everything which is on newsletter.montreuxjazz.com/ become accessible?
Thank you in advance for your help!
See you,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果仅在规则会将您引向不存在的路径时才处理规则呢?
What about only processing your rule when it would otherwise take you to a nonexistent path?