I would like to send URL requests to a PHP script which will handle the 301.
The URI’s I want to capture are dates, like 26-11-2010, without the dashes:
http://www.mysite.com/261110/ (6 digits)
What is the RewriteRule for this?
my script is
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.
will match any string of 6 digits (whether they are dates or not)