1

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

jackyesind
  • 3,343
  • 14
  • 47
  • 74

1 Answers1

0

Have to create one router.php file inside the component frontend (Site).

Demo Link :

http://docs.joomla.org/Supporting_SEF_URLs_in_your_component
setting joomla component router.php

Community
  • 1
  • 1
Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25