Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/08/2009, 16:31
fuertelibertad
 
Fecha de Ingreso: mayo-2009
Mensajes: 23
Antigüedad: 15 años
Puntos: 0
Problema con .htacess en Portal PHPBB3 (Menú)

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?