> <body> > <h1>Object not found!</h1> > <p>
Faiz, this is your problem. The staff client is looking for some optional files to load, and if those don't exist, it expects to receive a standard HTTP 404 response. However, your Apache is returning an actual web page containing an error message, and the staff client doesn't know how to parse that. I'm not enough of an Apache guru to help you reconfigure it. One hack would be to create empty files for all the files the client is looking for, but that is a lot of them (every foo.properties file in server/locale/ will need a corresponding foo_custom.properties, and every foo.css in skin will need a foo_custom.css). It'd be better to fix Apache. -- Jason
