I'd like to know if I can use a quantifier {x} in order to define a RewriteRule.

RewriteRule ^([0-9]{3})([0-9]{2})-page/?$ /www/page.php?firstId=$1&secondId=$2

Can I write something like this?

Thanks for answers

link|improve this question
They should work fine, can you not test it yourself? – David Amey Jul 8 '11 at 9:09
I didn't find anything about it on google, and I can't test because of my society's system of developpement... In fact, I can't test anything yet. Thank you for your answser! – Nicolas GIRAUD Jul 8 '11 at 9:24
feedback

1 Answer

up vote 1 down vote accepted

yes you can...

Doesn't it work?

link|improve this answer
Should've put mine as an answer...doh! :) – David Amey Jul 8 '11 at 11:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.