Posted by nitin.sareen.mca on February 8, 2014 at 11:45am
I'm using BOA 2.0.9 and trying to test CDN [Both cloudfront and cdn77]. After several trials unable to resolve two issues -
Getting a lot of 404s. Following might be the possibilities -
Noticing wrong mime types for all 404s
itok token being used but i've updated mimemails module to the latest where it is fixed
Instead of the URL beginning from the CDN it has my domain prefixed and follows the CDN URL. Ex - http://newdev.example.com/random.cloudfront.net/sites/newdev.example.com...
Shouldn't this start with the CDN itself?
Any help would be appreciated, thanks in advance :)
Comments
Issue core was CDN module
A very small change done inside CDN module -> mappings
it has to be prefixed with - http://xyz.cloudfront.com
Hopefully this'll be of use for someone.
Thanks