From my experience, shindig is designed to run in the host serving the page if 
you are using the default container. If you want to have your pages served by 
another host but have shindig do your gadgets you need to write your own 
container.  I can't remember the config value that sets the gadget host to be 
local but there is a bug where it can't be overwritten easily. We did get 
around this by proxying all shindig calls on our web server. This is based on 
experience from 6 months ago, could have changed since then. 


On Mar 6, 2011, at 11:00 AM, Mohamed IBN ELAZZOUZI 
<[email protected]> wrote:

> Thank you Agustin for your reply, I have done this, but i want to proxy the
> requests and don't tell directly the host URL. Any idea?
> 
> 2011/3/6 Agustin Casiva <[email protected]>
> 
>> Probe changing the type, html is for inline content definitions
>> 
>> <Module>
>>  <ModulePrefs title="My Gadget !"/>
>>   <Content href="http://domain/myurl.php"; type="url" />
>> </Module>
>> 
>> Cheers
>> 
>> On Sun, Mar 6, 2011 at 6:55 AM, Mohamed IBN ELAZZOUZI <
>> [email protected]> wrote:
>> 
>>> Hi all,
>>> I'm trying to make a gadget with existing PHP site but i have a problem
>>> with
>>> sites' urls.
>>> The urls are rewritten like this : http://localhost:8181/myurl.php..
>>> instead of
>>> http://domain/myurl.php
>>> My gadget.xml is
>>> <Module>
>>>   <ModulePrefs
>>>           title="My Gadget !"/>
>>>   <Content href="http://domain/"; type="html" />
>>> </Module>
>>> Thank you for advance.
>>> 
>> 
>> 
>> 
>> --
>> Ing. Casiva  Agustin
>> 
>> Mail/Msn/GTalk/Jabber: [email protected]
>> Skype: casivaagustin
>> CEL : 054-03722-15270639
>> Site: http://www.casivaagustin.com.ar
>> 

Reply via email to