Hello,
from 2-3 days happens that if I open the site with (www) http://www.venezianeplisse.com some images are not seen, but if I open the site without (www) venezianeplisse.com it's perfect.
help please
Thanks
:o :o
seems fine here with http://venezianeplisse.com/it/
but why not just force the www as you should be doing anyway for SEF reasons
RewriteCond %{HTTP_HOST} ^(venezianeplisse\.com)(:80)? [NC]
RewriteRule ^(.*) http://www.venezianeplisse.com/$1 [R=301,L]
in your .htaccess
Solved.
The problem is Cloudfare.
Thank you