How to get rid of /component/yoorecipe in URLs?
Simply get rid of this part in your URLs
Special credits granted to Preston, a fellow YooRecipe user.
I added this to the .htaccess file under RewriteBase /
RewriteRule ^component/yoorecipe/(.*)$ /$1 [L,NC,R]
Comments (2)
Alex
Could you please explain, where exactly i should put this? Thank
reply
Sylvain
You have to turn on SEF mode on in joomla configuration, create a .htaccess file at your website root and add the RewriteRule line to it.
Google is friend Regards,
Sylvain
reply