Integrate xenForo
Step 1: Initialize the domain on the page dashboard of Bizfly Cloud, after which the system will automatically create a CDN domain name in the format xxxxx.cdn.vccloud.vn. You will use this CDN domain name to integrate it into your website.
Step 2: Add the following two lines to the file
library/config.php
:
$config ['externalDataUrl'] = 'http://xxxxxx.cdn.vccloud.vn/data';
$config ['javaScriptUrl'] = 'http://xxxxxx.cdn.vccloud.vn/js';
Step 3: Log in to your XenForo admin panel
Navigate to the Settings section of the style you are currently using. For example: Appearance > Styles > Default Style > Style Property Groups
In box Path to images:
Add http://xxxxxx.cdn.vccloud.vn insert before the current text:
http://xxxxxx.cdn.vccloud.vn/styles/default
Press Update Style Properties
Step 4: Verify CDN operation