Hello, I've been having problems with this for a few days and just can't seem to get it working properly. I'm trying to redirect old URLs with query strings, to new HTML pages. I understand how .htaccess works and I use it often, I just can't seem to get query strings redirected properly. For example, redirecting: http://www.url.com/index.php?option=com_content&task=view&id=16&Itemid=1 to: http://www.url.com/directory/name/ Can anyone help provide me an exact code for my .htaccess which can redirect that query string URL to that new permanent URL? I've seen several general examples but just can't get this to work for me. Thanks for any help you can provide.