Man, relax.
When I say :
dcz wrote:Pretty much everywhere on your site where link are posted to the forum.
But as said, I could not find any, so I guess they only showed up for some time when you where installing the mod rewrite or something.
I really mean I couldn't not find any double-slashed link on your site. I cannot say there is none, as there at least must have been somewhere at some point, what is for sure is they do not come from GYM sitemaps or the phpBB SEO mod rewrites, at least as the web site is set now.
Our only issue here is to take car about these few links, wherever they came from.
So, I think we just need here to take care about the few double-slashed links Google knows about.
So it seems you implemented the last code change suggested, -http://www.forhair.com/hairtransplant//topic527.html is not a 404 anymore but isn't redirected.
So I think the final solution is to play with the forum protection rule, just put back the single slashed rewriterules for topics, and add this :
- Code: Select all
[code]# FORUM PROTECTION RULE
RewriteRule ^hairtransplant/.*/([^/]+\.html)$ /hairtransplant/$1 [R=301,L][/code]
Where you previously add :
- Code: Select all
# FORUM PROTECTION RULE
RewriteRule ^hairtransplant/.*/([^/]+\.html)$ /hairtransplant/index.php [R=301,L]
Will do it : //topicxx.html => http 301 => /topicxx.html
++