i use Prestashop and force https for all url.
I need to add script with this url: src="//c.imedia.cz/js/retargeting.js" i need url keep like this in html.
but htaccess seems change it to src="https://c.imedia.cz/js/retargeting.js" which doesn't work then.
i tried to add Rewrite rule to prevent override this url
RewriteRule retargeting\.js$ - [L,NC]
Any solution please?