I am using joomla 2.5 I want to display the SEF without the view and layout name.
http://localhost/cars/vehicles/buyer/vehicle_overview/7/18
to
http://localhost/cars/vehicles/carname
In that above url I have to display the name of car instead of view,layout and ids. I am using the js_autoz component and want to change the SEF in that component.
Could you provide any examples to remove the view and layout? Thanks in advance