Hi, I think this is a rather simple thing to solve, but I've been unable to do it so far !! I have several redirect rules set up in my .htaccess (most of them involving regex), but I am unable to get the following one working: 1. I need to be able to redirect all requests coming to ".../?n=X" to "http://mysite.com/names/X" - I am unable to match the "\?n=*" part using regex! Can somebody please help me. Any help will be of great value to me. Thanks in advance.