开发者

Rewrite rule meaning [duplicate]

This question开发者_如何学运维 already has an answer here: Closed 12 years ago.

Possible Duplicate:

mod_rewrite: what does this RewriteRule do?

Hi,

Sorry to bother you.

What's the meaning of this rule ?

RewriteRule ^.*$ - [NC,L]

Thanks in advance.

Bye


That rule applied to all URL patterns (^.*$ matches anything) and [NC,L] means ignore case and don't apply any more rules.

So basically it's making your URL paths case insensitive.

For details, see here (apache.org)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜