This feature will automatically remove the version suffix in the attachment url, not applied to images. Make the url neater and better seo.
By default, for example, if you have a file named "file 1.0.0.zip". When you upload to xenforo, the url will be:
domain.com/attachments/file-1-0-0-zip.1-> "zip" is the format of the file that xenforo attaches.
-> the number "1" at the end is the attachment_id that xenforo attaches.
When you enable the "Remove Version Suffix In Attachment URL" feature, the url will be:
domain.com/attachments/file-zip.1-> The url will be neater.
Benefits: When you update the file using XenVn's "Update Attachments" feature. For example: Update to new version, new file name is: "file 2.0.0.zip", then the xenforo URL will automatically change to:
domain.com/attachments/file-2-0-0-zip.1If you have enabled "Remove Version Suffix In Attachment URL", the url will still be:
domain.com/attachments/file-zip.1It will avoid the notification of creating a 301 redirect link from
domain.com/attachments/file-1-0-0-zip.1 to domain.com/attachments/file-2-0-0-zip.1Enable this feature at:
XenVn Setting -> Extra -> Remove Version Suffix In Attachment URL (XenVn version 2.4.6+)
Supported version suffix structures:
1.0
1.2.3
1.0.0a
1.0.0 beta
1.0.0.1...