Hi there,
This redirect works good
But...
This redirect doesn't work..
In fact, when click old vBSEO link at Google, it works well but redirect to show thread only first page...
I can't understand why do not redirect thread-title-id/indexID.html to threads.ID/page-ID links?
Thanks.
This redirect works good
Code:
RewriteRule .+-([\d]+).html showthread.php?t=$1 [NC,L]
But...
This redirect doesn't work..
Code:
RewriteRule .+-([\d]+)/index([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
In fact, when click old vBSEO link at Google, it works well but redirect to show thread only first page...
I can't understand why do not redirect thread-title-id/indexID.html to threads.ID/page-ID links?
Thanks.