Hello,
We want to serve VBSEO_ICON_PREFIX files from our Content Delivery Network (CDN) and not from the server running vBulletin; and we prefer not to 301 them over to the CDN (save a query, make the world greener, etc.).
Can we simply change VBSEO_ICON_PREFIX which is currently defined as 'iconimages/' to 'http://www.ourgreatcdn.net/iconimages/' ?
Per below?
Thanks.Code:/var/www/includes# grep VBSEO_ICON_PREFIX * config_vbseo.php: define('VBSEO_ICON_PREFIX', 'iconimages/'); functions_vbseo.php:vbseo_forum_url($forumid, 0, VBSEO_ICON_PREFIX.$ficon_format), functions_vbseo.php:vbseo_thread_url($threadid, 0, VBSEO_ICON_PREFIX.$ticon_format),


LinkBack URL
About LinkBacks





Reply With Quote
