How to integrate UCDN with XenForo?
(*Disclaimer: Please be advised that the following instructions may have undergone some changes due to the third-party software and plugins updates.)
The tutorial is relevant for webversion XenForo 1.5.10
Login to your XenForo admin area.
Navigate to Appearance → Styles → [Default] → Style Properties → General.
Under field Path to Images replace existing content
/styles/default, using your the zone name, for example:
**http://10000-21.s.cdn13.com/styles/default**
Click on Update Style Properties to apply your settings.
Note. If you are going to use installed XenForo to the root directory
follow these steps:
- First you need to edit the file config.php which is in directory
library - You should add the following lines to the file:
$config ['externalDataUrl'] = 'http://10000-21.s.cdn13.com/data';
$config ['javaScriptUrl'] = 'http://10000-21.s.cdn13.com/js';
Tags: XenForo