Eu havia feito dessa forma Vinny, exatamente como diz o xml, mas também não tinha acontecido nada. Aí mudei conforme indicação do robra, pois imaginei que tendo só o portal.php forçaria a entrada pelo portal, e nada.
O conteúdo do .htacess está assim:
Código: Selecionar todos
#
# 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
Mas você pode ver no meu fórum que entra no Índice. :(