I am new in writing url rewrite rules. Can you help me in writing rewrite rules. My current browser url is
http://localhost/live/match-page.php?mid=770&sid=7
My anchor tag for that url is given below
<a target='_blank' href="match-page.php?mid=<?php echo $rec->ID?>&sid=<?php echo $rec->stream_id?>" style="color:#ffae00;"> <?php echo $rec->CatName; ?> - <?php echo $rec->Title; ?> </a>
How I edit .htaccess file then I show my browser url like given bellow here:
http://www.cricmelive.tv/live/177/south-africa-v-india-test-live-streaming
http://www.cricmelive.tv/live/Basketball-live-streaming
how make anchor tage for url rewrite mode?
It is true that I made new queries for it? And pass to the database. If it is possible how do it.
midandsid