what does ^ stand for in htaccess rewrite codes. Where can I find all htaccess entities like ^ \d etc and their meanings. I have started looking but all I can find is examples but not the explanation of basic operators.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
‘^’ refers to the match the start of the string.
\d – match any special character, here it’ll match ‘d’.
You can referthis link to write .htaccess