重写规则中的 - 意味着什么?
RewriteRule ^(dir1|file1) - [L]
如果是这种情况,那么其他重写规则不应适用。
由于我们处于 .htaccess 上下文中,因此只有 [L] 是没有用的。
所以,我们需要两件事:
有 - 符号。
将此规则放在 .htaccess 文件上的所有其他 RewriteRules 之前。
如果上述所有假设都是正确且精确的,我想问:
-
是什么意思,在这种情况下它有什么作用? >
非常感谢。
RewriteRule ^(dir1|file1) - [L]
If this rule IS THE CASE then other rewrite rules should NOT apply.
Since we are on a .htaccess context, having only the [L] will be useless.
So, we need two things:
To have the - sign.
To have this rule before all other RewriteRules on our .htaccess file.
If all above assumptions are correct and precise, I would like to ask:
What does the -
mean, and what does it do on this context?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档 有以下信息:
The docs have this info: