Forum Moderators: phranque
Welcome to WebmasterWorld [webmasterworld.com]!
The problem is that RewriteRule cannot "see" a query string; You must use RewriteCond to test it:
RewriteCond %{QUERY_STRING} ^class3=PDE
RewriteRule .* /thisfile.php?class2=PDE [L]
Jim