Cooliris 3D Wall: Help!
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
-
tenbartek
- Phoca Newbie

- Posts: 8
- Joined: 26 Jul 2010, 17:53
Re: Cooliris 3D Wall: Help!
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!
.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!
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Cooliris 3D Wall: Help!
Hi, thanks for this info.
Jan
Jan
If you find Phoca extensions useful, please support the project