On Oct 18, 2011, at 11:57 PM, Rob Marscher wrote: > RewriteEngine On > RewriteRule (.*).html?$ $1.php [L] Actually... you might need to persist the query string. Use this: RewriteEngine On RewriteRule (.*).html?$ $1.php [L,QSA]