Hello
I on your site see below error:
Failed to load
theflaghag.com/index.php?option=com_virt...g=en&Itemid=101: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '
www.theflaghag.com' is therefore not allowed access.
You need in .htaccess file add something like:
Code: |
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
|
Regards
Andrew
OrdaSoft team