I have deployed an existing site to my local server and the admin and site is loading.
However all the css and js files are not found since the CloudFront CDN is not serving the files to my local server. I have no idea why all the CDN urls are not working.
Hence plan B.
- Since my admin site is not working due to the missing css and js, Does anyone know how I can manually switch off / uninstall the OnePica extension so that I can revert my local copy of the site to reference the local files?
Note that changing the line
<active>true</active>
to
<active>false</active>
in the module file OnePica_ImageCdn.xml has made no difference.
Any other tips on manually switching this CDN off??