VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Grisu74 on August 13, 2016, 21:08:51 PM

Title: problem with and without www.
Post by: Grisu74 on August 13, 2016, 21:08:51 PM
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


Title: Re: problem with and without www.
Post by: GJC Web Design on August 13, 2016, 22:17:09 PM
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
Title: Re: problem with and without www.
Post by: Grisu74 on August 14, 2016, 21:00:26 PM
Solved.

The problem is Cloudfare.

Thank you