
11-27-2012, 08:49 AM
|
|
Member
|
|
Join Date: Nov 2012
Posts: 11
|
|
That seems to have done the trick, thanks. I think I might be seeing this problem:
http://www.litespeedtech.com/support...87&postcount=8
In so much when running as development and the moment you try to add a route and remove the public/index.html it doesn't actually recognise the changes and actually doesn't even pass the request to the rails handler.
In fact, the HTTP header returns:
Code:
X-Powered-By: PHP/5.4.8
and you can see lsphp5 being run.
Adding any non-existant route such as /foo/bar to the request results in a proper Rails-handled request. It's just when requesting the root of the app that nothing happens.
|