Suppose I have URLs with query string parameters like these:
index.php?lag=en&name=About Us&itemid=60
index.php?host=consumer&lag=en&name=About Us&itemid=64
Using mod_rewrite, how can I redirect them like these?
en_About Us_60.php
consumer/en_About Us_64.php
In the Above urls values are dynamic.