I could get it working to a point where it tries to load the external gadget. Here are the steps that I followed:
- check out the complete source into a directory called shindig - created a virtual host in XAMPP to point to shindig/php directory. - copied .htacess from shindig/php/gadgets to shindig/php (since this is my DocumentRoot) - Change RewriteRule . /gadgets/index.php [L] to RewriteRule (.*) /gadgets/index.php [L] in .htaccess (I don't think this is required) - enabled mod_rewrite by uncommenting 'LoadModule rewrite_module modules/mod_rewrite.so' in xampp/apache/conf/httpd.conf - enable curl support in PHP by uncommenting 'extension=php_curl.dll' in xampp/apache/bin/php.ini Hope this helps. Thanks, Sajith On 4/9/08, bhagat <[EMAIL PROTECTED]> wrote: > > > Hi Guys > > I am trying to run PHP gagdet server for last 1week but I cant manage > to run it. Is there anyone who successfully run php gadget server > please help me. > > I want to know in which files I need to make chages and which files I > need to move and where do I need to move? > > As in the shindig php README file I followed all the steps but still I > cant run php container. > > So if anyone who successfully run php gadget server please help me Its > urgent. > > I am using xmpplite software and its root directory is htdoc. > > So please please help me run php container. I need it to integrate > into my university project php-mysql. > > Thanks > Naimish > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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-api?hl=en -~----------~----~----~----~------~----~------~--~---
