I am using voxel cdn the mirror configuration. Basically when someone requestions:
http://cdn.seahawkshuddle.com/sh/for...n_inlinemod.js
It will retrieve the file from the follow location:
http://www.seahawkshuddle.com/forum/...n_inlinemod.js
However, the vbseo CDN replacements is not appending/inserting 'forum' into the URL. My forum is in the sub dir "forum". In the templates, the script include is the following:
But when it goes through the vbseo cdn script, it will translate into this:HTML Code:<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script>
The above is missing "forum" from the include URL. Do you know how I can fix this?HTML Code:<script type="text/javascript" src="http://cdn.seahawkshuddle.com/sh/clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script>
Thanks.


LinkBack URL
About LinkBacks





Reply With Quote
