[FIXED] - [RFC] JRoute missing final '/ - Joomla! Forum - community, help and support
with mod_rewrite , sef urls turned on, of links pages rendered without final slash this:
http://www.joomlajumpstart.com/home
the people @ seo company tell me bad page ranking. made ugly hack router.php urls this:
http://www.joomlajumpstart.com/home/
this seems work fine. here hack jroute constructor in bold:
if($xhtml) {
$url = str_replace( '&', '&', $url );
}
$url .= "/";
return $url;
i don't know if missing slash design, i've noticed of urls on main joomla site have final slash, presume desirable.
http://www.joomlajumpstart.com/home
the people @ seo company tell me bad page ranking. made ugly hack router.php urls this:
http://www.joomlajumpstart.com/home/
this seems work fine. here hack jroute constructor in bold:
if($xhtml) {
$url = str_replace( '&', '&', $url );
}
$url .= "/";
return $url;
i don't know if missing slash design, i've noticed of urls on main joomla site have final slash, presume desirable.
hi danr7,
thanks suggestion. have seen recent report trailing slash causing site not show (with sef settings). if seo prefer have trailing slash, might combine in solution. i'll check other report first. gotta find link on forum or tracker
thanks suggestion. have seen recent report trailing slash causing site not show (with sef settings). if seo prefer have trailing slash, might combine in solution. i'll check other report first. gotta find link on forum or tracker

Comments
Post a Comment