You don't have "catname" in your URLs and should use another CRRs from the post above: http://www.vbseo.com/f55/can-vbseo-w...174/#post23237
This is a discussion on Can vBSEO work with vB Hacks like Downloads? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; You don't have "catname" in your URLs and should use another CRRs from the post above: http://www.vbseo.com/f55/can-vbseo-w...174/#post23237...
You don't have "catname" in your URLs and should use another CRRs from the post above: http://www.vbseo.com/f55/can-vbseo-w...174/#post23237
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
'downloads\.php\?do=file&id=(\d+)$' => 'downloads-$1/'Yep this one worked for files but not for categories can you pls provide one for categories.
This one should work for categories:
Code:'downloads\.php\?do=cat&id=(\d+)$' => 'downloads-cat-$1/'
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks that worked.