The meaning of the "^" symbol ordered by RewriteCond in. htacess

Source: Internet
Author: User
"^ & Quot; symbolic meaning of the RewriteCond command in. htacess? In RewriteCond % {REQUEST_URI }! ^ The meaning of ^ in the group command is in RewriteCond % {REQUEST_URI }! ^/Group/command ^ meaning



^ The Locator specifies that the matching mode must start with the target string,

^ Start with this string.

Starting from matching strings, complete is, starting from a non-group Directory


RewriteCond command format

[Description] Conditions for rewriting
[Syntax] RewriteCond TestString CondPattern [flags]

The RewriteCond command defines a rule condition. One or more RewriteCond commands may exist before a RewriteRule command. only when the RewriteCond condition (CondPattern) matches successfully will the RewriteRule rewrite rule be applied to the current URL for processing.

Example: RewriteCond command rules

RewriteCond % {REMOTE_HOST} ^ andelse.com [OR]
RewriteCond % {REMOTE_HOST} ^ * .andelse.com
RewriteRule... Rule set for the two hosts

RewriteCond % {HTTP_USER_AGENT} ^ Mozilla .*
RewriteRule ^/$/homepage. max. html [L]
If your browser recognizes the flag as 'mozilla ', you will get the home page homepage. max.html (including Frames and so on) that maximizes the content ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.