Translations

Search Engine Friendly URLs/37/es: Difference between revisions

From Joomla! Documentation

Created page with "=== El Plugin SEF === El "Sistema - SEF'' de Joomla - hereda el plugin de <code>JPlugin</code> y ejecuta el <code>onAfterRender()</code> función. En esta función, el cuerpo ..."
 
No edit summary
 
Line 1: Line 1:
=== El Plugin SEF ===
=== El Plugin SEF ===
El "Sistema - SEF'' de Joomla - hereda el plugin de <code>JPlugin</code> y ejecuta el <code>onAfterRender()</code> función. En esta función, el cuerpo de la respuesta que se envía al navegador se recupera mediante <code>JResponse::getBody()</code>. El cuerpo de la respuesta entonces busca los enlaces que contengan <code>/index.php...</code>, y las reemplaza por una dirección SEF URL correcta, llamando a <code>JRoute::_("url")</code>.
El plugin "Sistema - SEF'' de Joomla - hereda de <code>JPlugin</code> y ejecuta la función <code>onAfterRender()</code>. En esta función, el cuerpo de la respuesta que se envía al navegador se recupera mediante <code>JResponse::getBody()</code>. El cuerpo de la respuesta entonces busca los enlaces que contengan <code>/index.php...</code>, y los reemplaza por una dirección URL  SEF correcta, llamando a <code>JRoute::_("url")</code>.

Latest revision as of 21:03, 9 March 2014

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Search Engine Friendly URLs)
=== The SEF Plugin ===
The Joomla ''System - SEF'' plugin inherits ''JPlugin'' and implements the ''onAfterRender()'' function. In this function the body of the response that will be sent to the browser is retrieved using ''JResponse::getBody()''. The body of the response is then searched for links containing ''/index.php...'' and replaces them with a correct SEF URL by calling ''JRoute::_(''url'')''.

El Plugin SEF

El plugin "Sistema - SEF de Joomla - hereda de JPlugin y ejecuta la función onAfterRender(). En esta función, el cuerpo de la respuesta que se envía al navegador se recupera mediante JResponse::getBody(). El cuerpo de la respuesta entonces busca los enlaces que contengan /index.php..., y los reemplaza por una dirección URL SEF correcta, llamando a JRoute::_("url").