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]

_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to