I am getting value using GET request from the following link:
http://example.com/index.php?param=value
I am using jquery to grab the URL and then separate param and value. Now i want the url in following format:
http://example.com/param/value
And in Jquery I want to capture the param and value. Can this be achieved with help of htaccess ?