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