- 16 Mar 2016, 17:43
#65765
Alguém sabe de um tutorial para fazer o "Cookie-Free Domains" nos conteúdos estáticos?
Por um e-commerce livre, confiável e profissional
define('HTTP_IMAGE', 'http://static.your-store.com/');
define('HTTPS_IMAGE', 'https://static.your-store.com/');$this->config->get('config_ssl')HTTPS_IMAGE$this->config->get('config_url')HTTP_IMAGE<base href="https://static.your-store.com/" />