Hi,
I have url structure like index.php?option=mycomponent&id=12
I would like to rewrite id=12 to something like "blue car" where blue car I can place somewhere in mysql.
Is it possible?
Hi,
I have url structure like index.php?option=mycomponent&id=12
I would like to rewrite id=12 to something like "blue car" where blue car I can place somewhere in mysql.
Is it possible?
The core Joomla SEF URLs build urls based on the alias of your article/menu item. Instead of yourdomain.com/index.php?option=mycomponent&id=12 it would be yourdomain.com/blue-car
To turn that on:
If you have some $ to spend definitely look into sh404SEF extension for Joomla, terrific component.
If not then stick to Joomla's native SEF, see Joomla's SEF URLs tutorial.