2

I am Using Joomla 2.5, I am using extension Enmass for site, I have make SEO URL from Admin but URL will show like this

http://abc.com/index.php/component/enmasse/deal/view/8/evo_in_line_foldable_scooter_black

I need to rewrite this URL to

http://abc.com/evo_in_line_foldable_scooter_black.html

I had tried to change in .htaccess but i didnt success.

If any one has idea for this please let me know.

Nikunj K.
  • 8,779
  • 4
  • 43
  • 53
  • Try putting the rules, which you don't include in your question, after this line `## Begin - Custom redirects` in the Joomla .htaccess file. – Felipe Alameda A Mar 20 '13 at 05:00

1 Answers1

1

You can create a menu item within Joomla for this Enmass view and it will create this URL.

The URL you see is created by the Joomla JRoute class if no menu item (Itemid) is passed together with the raw URL.

Also the extension can set up its own routing rules with the router.php file (/components/com_enmasse/router.php).

Bakual
  • 2,731
  • 1
  • 13
  • 16