Dear PHPGurus, Can someone help me out in rewriting the url from link - http://xenprosys.com/search.php?attch=technology to http://www.xenprosys.com/technology.html. I have used the following code snippets in the .htaccess file but it doesn't seem to work. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / rewriterule ^article/([^-]+)-([^&]+)\.html$ /search.php?attch=$1 </IfModule> Regards, Sourav Ghosh [Non-text portions of this message have been removed]