Hi,
I'M USING :
- Joomla 1.5.9
- Raf Cloud 2.0.2
- SH404SEF 1.0.16_Beta - build_222
MY SEF CONFIGURATION :
-> in SH404SEF
- com_rafcloud : use default handler
- com_search : skip
-> in Raf Cloud component
- sh404sef prefix: "recherche" (i'm french)
-> in Raf Cloud module
- SEF Urls : internal link
-> in .htaccess
- line added : "RewriteRule ^searchword/(.*)/ index.php?searchword=$1&option=com_search [QSA,NC]"
Everything is ok for me in frontend panel, URLs generated are :
-> <my domain>/recherche/<id>.html
MY QUESTION :
is it possible to replace numerical ID for a keyword ID ?
For example :
www.mywebsite.com/recherche/99.html will be
www.mywebsite.com/recherche/my_desired_keyword.html ?
Thanks in advance.