Forum Moderators: phranque
RewriteCond %{QUERY_STRING} a=([^&]+)&b=([^&]+)&c=([^&]+)
RewriteRule ^(.*)$ http://%{HTTP_HOST }/test/%1/%2/?c=%3 [R=301,L]
#
RewriteCond %{QUERY_STRING} ^([^&]+&)*c=([^&]+)
RewriteRule ^test/([^/]+)/([^/]+)/$ script.php?c=%2 [L]