Buenas, tengo un inconveniente con el .htacess de un portal PHPBB 3.
Resulta que mi .htacess se encuentra configurado para que al escribir la url del dominio principal, vaya a /portal.php.
Código:
# Lines That should already be in your .htacess
<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
El asunto es que el segundo link, "Foro", me dirije también al Index, por lo tanto no va a /index.php como lo deseo sino a portal.php...
¿Se puede modificar algo del anterior código para que funcione?