Thanks, that worked to redirect forum.php, the only issue is now I have this url resolving:
http://www.domain.com/forum/index.php
this seems to happen with or without the line:
in custom rewrite urls'^index\.php\?c=[0-9]+$' => '/'
This is a discussion on Canonical Issues - 4 different urls for my forum! within the General Discussion forums, part of the vBulletin SEO Discussion category; Thanks, that worked to redirect forum.php, the only issue is now I have this url resolving: http://www.domain.com/forum/index.php this seems to ...
Thanks, that worked to redirect forum.php, the only issue is now I have this url resolving:
http://www.domain.com/forum/index.php
this seems to happen with or without the line:
in custom rewrite urls'^index\.php\?c=[0-9]+$' => '/'
try changing it to
'^index\.php(\?c=[0-9]+)?$' => '/'
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Works a treat!
Many thanks for superb support![]()