Page 2 of 2
Re: Cooliris 3D Wall: Help!
Posted: 06 Oct 2009, 13:19
by Jan
Ok
Re: Cooliris 3D Wall: Help!
Posted: 10 Aug 2010, 21:58
by tenbartek
The same problem but the solution was very simple in my case:
.htaccess blocks xml files with the following:
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>
Replays above with:
<Files ~ "\.xml$">
Order deny,allow
allow from domain="*.cooliris.com" secure="false"
Satisfy all
</Files>
And it is perfect!

Re: Cooliris 3D Wall: Help!
Posted: 15 Aug 2010, 23:01
by Jan
Hi, thanks for this info.
Jan