Desde que instale un MOD-rewrite las cosas no me van bien con google. No me indexa bien las paginas. En las herramientas de webmaster de google me da que no encuentra 4000 paginas. Aparte cuando hago una comprobacion en google (site:www.soloinvertebrados.es) me sale el indice del foro repetido muchisimas veces.
Tambien si hago busquedas en google sobre alguna pagina me sale esta direccion http://www.soloinvertebrados.es/for...66673034236ee1b mientras que en el foro tengo esta http://www.soloinvertebrados.es/foro/daphnia-magma-t478.html.
Por cierto el .htaccess que tengo es:
# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^foro/index\.html$ /foro/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
RewriteRule ^foro/[a-z0-9_-]+/([^/]+\.html)$ /foro/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^foro/[a-z0-9_-]*-c([0-9]+)\.html$ /foro/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^foro/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /foro/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^foro/[a-z0-9_-]*-f([0-9]+)\.html$ /foro/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^foro/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /foro/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^foro/[a-z0-9_-]*-t([0-9]+)\.html$ /foro/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^foro/post([0-9]+)\.html$ /foro/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^foro/member([0-9]+)\.html$ /foro/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
# Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^foro/index\.html$ /foro/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
RewriteRule ^foro/[a-z0-9_-]+/([^/]+\.html)$ /foro/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^foro/[a-z0-9_-]*-c([0-9]+)\.html$ /foro/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^foro/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /foro/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^foro/[a-z0-9_-]*-f([0-9]+)\.html$ /foro/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^foro/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /foro/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^foro/[a-z0-9_-]*-t([0-9]+)\.html$ /foro/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^foro/post([0-9]+)\.html$ /foro/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^foro/member([0-9]+)\.html$ /foro/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Saludos.



















































