luego de instalar el Ultimate SEO URL v0.6.4 el portal dejó se ser el index xlo q iba directo a los foros...
cambíe el código del htacces agregando
Código: Seleccionar todo
DirectoryIndex portal.php index.php index.html index.htm
este es el texto del breadcrumb de la plantilla etech q uso en mi foro...
Código: Seleccionar todo
<table class="tablebg breadcrumb" width="100%" cellspacing="{$CA_SPACING}" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
Código: Seleccionar todo
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> » <a href="{U_INDEX}">{L_INDEX}</a>
<!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
gracias!