.htaccess rule, rewrite key in url
问题 Let's say we have an url like this: http://domain.com/?theme_of_site=parameter_value http://domain.com/?type_of_site=parameter_value domain.com - stable/static, always the same theme_of_site & type_of_site - stable/static, the same when choosen parameter_value - dynamic It's like to have always the url's like: http://domain.com/?theme=parameter_value http://domain.com/?type=parameter_value How can I write this in .htaccess? For the below discussion: # BEGIN WordPress <IfModule mod_rewrite.c>