Special

All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)The Joomla System SEF plugin will try it's best to handle any URLs that aren't being passed into <code>\Joomla\CMS\Router\Route::_</code> in your application code. It hooks in on the [[Plugin/Events/System#onAfterRender|onAfterRender]] system plugin event.  In this function the body of the response that will be sent to the browser is retrieved using <code>\Joomla\CMS\Application\CMSApplication::getBody</code>.  The body of the response is then searched for links containing "/index.php..." and replaces them with a correct SEF url by calling <code>\Joomla\CMS\Router\Route::_(url)</code>. Note that this is ''not'' the most reliable approach. You should use <code>\Joomla\CMS\Router\Route::_</code>!