Hi all, I am dealing with a very troubling problem trying to setup my cakephp propduction webserver. Due to circumstances out of my control I need to use MSSQL with cakephp, which thankfully is currently provided by default. So I have used an IIS windows server to host my app and am using Halicon Ape to provide rewrite functions. So far so good.
The one major problem im encountering which is breaking my app is that in the production version cakephp pagination no longer works correctly (all works great on my own test server which is Apache/Xamp running on my desktop).
Its difficult to show code because i dont think thats the issue but i will provide telling links:
http://www.ecbnz.co.nz/ecbnz/nzretailviews/viewcar/Ford/Falcon%20FG/
works fine, but try to click previous model or add (sorry only allowed one link)
page:1 page:2 etc to the end and you'll get a bad request. To me this would be an issue with the routing in cake? Everything works totally fine on my server so this really sucks! I have searched google long and hard for any guidance but could find none. Any help would be greatly appreciated