How to use RewriteRule?

How to specify two-signed digit in RewriteRule? When I use [0-9][0-9] it doesn't work, bat when I use [0123456789][0123456789] it works. Is it possible to specify whole range, like in regular expression?

Also RewriteRule doesn't work when I try to rewrite to /index.php?... But rewrites if I specifie whole URL with hostname and protocol. Is hostname with protocol optional or not?

 

 

 

 

Top