- Code: Select all
RewriteRule ^tema([0-9]+).html phpBB3/viewtopic.php?t=$1 [QSA,L]
RewriteRule ^tema([0-9]+)-([0-9]+)-asc-([0-9]+).html phpBB3/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
RewriteRule ^tema([0-9]+)-([0-9]+).html phpBB3/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
RewriteRule ^mensaje([0-9]+).html phpBB3/viewtopic.php?p=$1 [QSA,L,NC]
RewriteRule ^foro([0-9]+).html phpBB3/viewforum.php?f=$1 [QSA,L,NC]
RewriteRule ^foro-([0-9]+)-topicdays([0-9]+)-start([0-9]+).html phpBB3/viewforum.php?f=$1&start=$3 [QSA,L,NC]
Now I'm afraid of how will this affect to Google. I'm using a double redirection for old URLs... For example, tema1111.html --> /phpBB3/viewtopic.php?t=1111 --> /phpBB3/the-forum-f50/this-is-the-topic-t1111.html
Any ideas? Too much redirections here?

English |
French

