Hi,
First of all great work on the theme!!
I got an issue with my website, the icons and some symbols are not showing correctly when I visit the website by the link: http://www.eye4identity.nl but when I visit the website by the link: eye4identity.nl everything works correctly.
I started to develop my website on localhost where everything worked correctly but after migrating to online server the problems starting showing.
Can you guys help me out please?
Hey tdebrouwer,
Please try the following: http://kriesi.at/documentation/enfold/enable-cors/
Regards,
Rikard
Hi Rikard,
Thanks for your reaction. It had something to do with the URL/Rewriting, I had placed the following:
#Domein rewrite http://www. naar http://
RewriteCond %{HTTP_HOST} ^www\.domainname.nl$ [NC]
RedirectRule ^(.*)$ http://domainname.nl$1 [R=301]
in the iirf.ini file.
Thanks again for the help.