Shindig isn't configured for being in a sub folder by default, this because
you usually really want to have shindig run on a different domain then the
website it self (the browser's cross-domain policy is what keeps gadgets
from being able to do nasty stuff on your site), so usually this isn't much
of an issue.
However if you really do want to run it under a /shindig/ prefix, make sure
to also update your shindig/php/config/container.php, look for the
'web_prefix' key, and the shindig/php/.htaccess file (there's some comments
in it that explain how to modify it)
Once you have modified those (plus the modifications you've already done to
the container.js file), things should work alright again
-- Chris
On Sat, Jun 6, 2009 at 6:51 AM, [email protected] <[email protected]> wrote:
>
> im very new to opensocial and i just tried to install container on my
> website
> so i created a shindig folder path http://myurl/shindig and uploaded
> all the files into that foder
> so do i need to change anything?
> because when i use
>
> http://myurl/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> it is 404 error
> and even i change all path in container.php and container.js to ,ie:
> // The endpoints to query for available JSONRPC/REST services
> "endPoints" : [ "http://%host%/shindig/social/rpc", "http://%host%/
> shindig/gadgets/api/rpc" ]
> to just add /shindig/ at the front of everything
> it still seems wrong...
> could anyone please give me some advice!
> thank uvery much!
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---