Migration VB3.8+vbseo = Xenforo

@Sebastian Querelos

If the ids are the same then you would add this code to the .htaccess file in your /forum directory:

Code:
RewriteEngine On

RewriteRule ^attachments/[^/]+/([0-9]+)d.+$ /community/attachments/$1/ [R=301,L]

This assumes XF is installed at /community
Hi Jake,

It's again me:)
Do you have the same rule for Nginx please?

My url was: /attachments/pas-pas-et-videos/15996d1184800867-pas-pas-tortilla-cimg0722.jpg
My new url : /index.php?attachments/cimg0722-jpg.15996/

Thanks a lot
 
Top Bottom