I've fixed it. Because it's posting to MooTools.js which is a javascript file Apache 1.3 doesn't know how to deal with this as it hasn't been told that a .js can be POSTed to. Solution was to add a CGI AddType for it or in my case a PHP one:
AddType application/x-httpd-php .php .html .phtml .js On Jan 22, 3:41 am, "[email protected]" <[email protected]> wrote: > I've just install APE and I'm running the tests via the following URL: > > http://chat.cssmixes.co.uk/Tools/Check/ > > The result is: > > Running test : Loading Client > Can't load client, check the > filehttp://chat.cssmixes.co.uk/Clients/MooTools.js > is available > > I've checked and the filehttp://chat.cssmixes.co.uk/Clients/MooTools.js > is available and it's readable etc. However i can see from Firebug > that the tests are trying to post to it which is giving the following > response: > > 405 Method Not Allowed > > Any ideas where I'm going wrong? I believe 405 is a cross domain issue > but the post is going to the same domain still chat.cssmixes.co.uk not > sure what's going on. -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
