Página 1 de 1

PortalBoard3 phpbbSEOultimate NO???

Publicado: 28 Abr 2010, 18:24
por Nafko
Hola...necesito ayuda para un problema que tengo..

Yo tenia instaldo el portal boar3 1.05 todo funcionaba bien hasta que instale el phpbb SEO ultimate 0.64 mi problema es que antes ponia mi direcion (www.midireccion.xxx) y se redireccionaba automaticamente al portal pero ahora no me redirecciona me envia al foro...como hago para arreglar eso o no se puede..???

:secreto: :secreto: :secreto: :secreto:

Re: PortalBoard3 phpbbSEOultimate NO???

Publicado: 28 Abr 2010, 18:55
por jakk
pues supongo que has copiado el htaccess del seo a la raiz y por eso se perdieron los cambios de htaccess que tenias (que es el que hace que tome portal.php como inicio y no index.php...debes tener el htaccess asi:

Código: Seleccionar todo

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
APARTIR DE AQUI EL CODIGO DEL SEO MOD
Si te fijas lo que hace que redireccione es esto: asegurate de que este en tu htaccess

Código: Seleccionar todo

DirectoryIndex portal.php index.php index.html index.htm

Re: PortalBoard3 phpbbSEOultimate NO???

Publicado: 28 Abr 2010, 19:02
por memoadian
Yo tengo el board3 portal y el seo, lo que pasa es que el nuevo .htacces no considera el portal por lo que debes colocar esta linea en tu .htacces

busca:

Código: Seleccionar todo

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
agrega después:

Código: Seleccionar todo

DirectoryIndex portal.php index.php index.html index.htm
Edito: posteamos jakk y yo al mismo tiempo :roll: