ajax - CakePHP Request Handler not working on Nginx -
i have moved apache nginx , have issues requesthandler. have lots of ajax tabs on session timeout sending <script>window.location.href='/';</script>
have user login again.
now when have nginx configured pointing right directory. taking <script>
thing mentioned above , running infinite loop. http://myhost.com/login
how fix requesthandler issue?
thanks
Comments
Post a Comment