Ok, we have been working a lot on speeding up our website and have moved to a Content Delivery Network. Since we are using a cdn, our urls need to change from:
http://example.com/bmz_cache/etc....
to
http
://cdn.example.com/bmz_cache/etc.
Now, we know that this code listed below is what we need to change, but are not sure how to change it in php and we are asking for some help here.
((strpos($this->src, substr($bmzConf['cachedir'], strlen($ihConf['dir']['docroot']))) === 0))) &&
Can anyone help us out here a bit on the coding? I know that src (is the url), but we need to change that to point to the cdn.mywebsite.com url instead.
[edited by: phranque at 1:14 am (utc) on Aug 23, 2013]
[edit reason] exemplified domain [/edit]