Hi all,
Well deploying my application I have come across across a problem. I have an IndexController with a method
def index redirect_to :controller => "index" end
On IE I get the responce I want, The page immedieatly redirects to the login.
On firefox I get the nginx index.html, Welcome to nginX
any Ideas on what might be wrong?
White Wizzard