Hello,
I’m looking for an extension for the Shop Component Virtuemart to make long URLs shorter.
My sample menu structure in Joomla: (also category structure in Virtuemart)
1 Menuitem (Category): Hockey
1.1 Submenu (Category): Skates
1.1.1 Submenu (Category): Bauer Vapor Skates
1.1.1.1 Product Detail: Bauer Vapor APX2
From URL: /hockey/skates/bauer-vapor-skate/bauer-vapor-apx2.html
To URL: http://{siteurl}/bauer-vapor-apx2.html
(From URL: ^hockey/(.+)$ - To URL: http://{siteurl}/$1 - And so on...)
I want to cut all categories and product detail urls.
{siteurl}/skates.html
{siteurl}/bauer-vapor-skates.html
How would this example look with ReDj?
Does the rewrite of the URL impact on the breadcrumbs? Or are they output by default?
Example: Hockey > Skates > Bauer Vapor Skates > Bauer Vapor APX2
Do I need this requirement, the Internal Linking (200) - Enterprise version?
Is here's a duplicate content issue?
I am a beginner
Thank You.
Joomla 2.5.X
Virtuemart 2.0.X