views:

262

answers:

1

Hi, I use no-editor in joomla with SEF urls enabled. With no SEF enabled its easy to know the URL by just getting the ID of the article something like :

Article 1 would be :
http://www.abc.com/j15/index.php?option=com_content&view=article&id=1&Itemid=1


Now if I have SEF switched on I would get urls that look like:
http://www.abc.com/j15/the-content.html

Is there a way inside joomla where I can findout what the SEF URL for a particular page is?

Currently I add these articles to a menu, then from the front-end I get the SEF URL and then use it. I know the process is a little dumb but I want to find-out if there is a better way inside joomla where you can get the SEF URL(using no-editor).

Thanks! :)

+1  A: 

upload a component sh404sef or ARTIOsef to administrator panel ,here you can manage SEF urls. as old url and what new name you want to give.

Thanks Deepali

Deepali