I would like to rewrite an address from:
http://mysite.com/page?att=XXXXX to: http://mysite.com/page.php?att=XXXXX
I have tried the following code, but does not work for me. I guess the question mark is the problem:
RewriteRule ^page?att=([A-Za-z0-9-_]+)/?$ page.php?att=$1 [L]