Tengo un problemón.
Instalé el SEO MOD ....
Seguí esta configuración: http://www.phpbb-es.com/biblioteca/kb_show.php?id=34
Pero ahora al querer logearme me redirige a mi antiguo foro en un sitio free.
El tema lo tengo seguramente con el .htaccess que generé y copie al directorio raíz.
Este .htaccess nuevo dice en parte esto:
Código: Seleccionar todo
#RewriteCond %{HTTP_HOST} !^amigos\.96\.lt$ [NC]
# RewriteRule ^(.*)$ http://amigos.96.lt/$1
Y por más que vuelvo a poner en el /foro el .htaccess "viejo" que dice esto:
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>
Preciso de su ayuda por favor