Hi. I was wondering if there are any pointers on using a content distribution network (CDN) can be used with Photopost Pro?
I ran YSlow on a random showgallery page on my site (
screenshot attached). For example, I would like the links to http://ozscience.com/photos/data/ to be http://cdn8.ozscience.net/photos/data/ (
why?)
I was able to make this change in vBulletin itself by adding a hook on global_complete and using some PHP str_replace commands to modify $output. In Photopost it looked like it writes the output with print and such commands as it goes and I'm not sure if that output can be intercepted before it is returned to the user?
Thanks.