Hi Folks
Please assist, cart icons are not showing for some reason.
(https://i.gyazo.com/f2429b7ef02fc316a2464b281b596249.png)
I double checked the icons and cleared browser cache and cart cache multiple times
(https://i.gyazo.com/041c49c1271c1c8ac9fbb0111dfc697f.png)
(https://i.gyazo.com/931ebcb5181f1e32abf1881da067d89f.png)
In fact, its not just cart icons...
(https://i.gyazo.com/9c75ea80b67f4796e7b94f3a7ff19633.png)
(https://i.gyazo.com/32bfe27053344820b4372ed30b97f2bf.png)
I think I figured it out..
As per this - https://forum.abantecart.com/index.php/topic,9432.msg37243.html#msg37243 (https://forum.abantecart.com/index.php/topic,9432.msg37243.html#msg37243)
when connecting to this all seems fine
https://dnsmodels.co.za/ (https://dnsmodels.co.za/)
Connecting to this, I have the above issue not displaying icons
https://www.dnsmodels.co.za/ (https://www.dnsmodels.co.za/)
How do I fix this then?
Hello.
Setup a redirect in .htaccess file so all visit the working site
excellent thanks,
I've made a change as follow.
Redirecting WWW to Non-WWW URLs with a 301 .htaccess Redirect
RewriteCond %{HTTP_HOST} ^www.dnsmodels.co.za [NC]
RewriteRule (.*) https://dnsmodels.co.za/$1 [L,R=301]