I've written a very simple XML-RPC server application using Zend Framework 1.9, and it's running in an Apache 2 server on Windows. The application is in a virtual directory, defined with an "alias" directive.
My problem is that calls to the application from a client always seem to return a 301 error - "moved permanently", causing the client request to fail. I'm only guessing, but my gut feeling is that this is something to do with the alias....could I be right on this?
Has anyone seen this?