I am trying to generate SEF urls for joomla component. I want generate and parse the given url into SEF URL. Please suggest or help me out.
Original URLs:
for item and brand 1. mysite.com/store-locator/storelocatoritem/storelocatoritem?cid[0]=6529-a-lange-sohne&bid[0]=132
for city 2. mystore.com/store-locator/storelocator?city_id[0]=abu-dhabi
for brand and city 3. mysite.com/store-locator/storelocator?bid[0]=74&city_id[0]=abu-dhabi
for item,brand and city 4. mysite.com/store-locator/storelocatoritem/storelocatoritem?cid[0]=6901-breguet&bid[0]=74&citid[0]=abu-dhabi
I want to generate SEF urls and want to parse them.
Kindly help me out in doing this.
Many Thanks in Advance.