Status
Not open for further replies.

Nirjonadda

Customer
I am now using Member Profile URLs : members/[user_id].html , If i change to member-[user_name].html , Than this urls not work : /members/23896.html and does not Redirect to new URL rules.
 
Not all URL formats can successfully redirect, if it still matches other URL formats. This is not a bug.

You may be able to redirect these URLs by creating a .htaccess rewrite rule that runs before the DBSEO entries, something like
Code:
RewriteRule ^members/([0-9]+).html /member.php?u=$1 [R=301,L,QSA]

Please note that this is entirely untested and unsupported. I cannot fix any issues with this redirect rule.
 
Code:
RewriteRule ^members/([0-9]+).html /forum.php [R=301,L,QSA]
would redirect back to the forum home page.
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top