Hey Michael

Phew that's a lot of instructions on those pages, most of which have nothing to do with setting up php shindig on windows :)

I'm not familiar with the setup described there, but if i would have to venture a guess, such an error usually means your mod_rewrite is going nuts.. Like when you have a rewrite rule in your virtual host configuration, and it has a .htaccess file too, it kind of bounces between the rewrite rules and apache gives up with such an response.

But that's a wild guess... without seeing the setup it's hard to determine. You could try to do some mod rewrite debugging by adding rewrite debugging output to your apache config with:

        RewriteLog "/path/to/file.log"
        RewriteLogLevel 3

Or alternatively you could remove your current setup and follow this guide step by step:
http://www.chabotc.com/guides/shindig_install/

the only thing that is out of date in that guide is that the configuration values moved from shindig/php/config.php to shindig/php/ config/container.php

Good luck & let us know how it turned out!

        -- Chris


On Jul 10, 2008, at 2:00 AM, Michael Ryan (Software Developer) wrote:


I'm trying to setup in php, lining up step by step instructions here... http://code.google.com/p/open-campfire/wiki/ DevelopmentEnvironmentSetup

When I try to test it...
http://code.google.com/p/open-campfire/wiki/ DevelopmentEnvironmentSetup

I get the following...
        Bad Request
        Your browser sent a request that this server could not
understand.

I am working with the latest SVN.

--
Michael J. Ryan  --  Software Developer  --  Apollo Group



This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

Reply via email to