I have the url of following format http://domainname.com/index.php?r=index/page/pagename1 There are so many urls of above formats
and I want to create the url as
http://domainname.com/pagename.html for each urls, the main important thing, pagename1, pagename2..... is the last index of url, on this case how can i write htacess code so these url formats works on mine.
Please help me, regarding this. Thanks