I'm trying to write a rewrite rule in my .htaccess file but not sure how to get it working. I want to convert this URL:
http://www.example.com/userskill/?lvl=100k
to
http://www.example.com/?lvl=100k
The underlying page would ultimately be http://www.example.com/home.html?lvl=100k. How can I add a rewrite rule in my .htaccess file to do this?