06-16-2011, 06:50 PM
[eluser]alexbet[/eluser]
Hi All,
I have a VERY weird problem. MY application works fine on some servers, and on others it doesn't work at all. And here is the problem....
On the servers that I have a problem, no matter what url I request, all the requests are routed to the default controller. For example, the ap;lication on this server doesn't work. If I go here:
http://www.trishalynfawver.com/
I get the default controller, which is fine. But if I go here:
http://www.trishalynfawver.com/test
... I should get the Test controller.Instead, I get routed to the default controller again for some reason.
If I change the default controller to the Test one, then it routes all the requests to that controller because that one is the default one. I am completely confused why I am getting this problem. On other servers, the application runs fine. So I am wondering how the server can impact the routing?
You can see the PHP info for the server here so you can see what kind of a server I am running this on:
http://www.trishalynfawver.com/test.php
I am running Codeigniter 2.0.2, and the server meets the minimum requirements running PHP 5.2.9. I am completely confused!
Any help is appreciated because this is a very important client of mine.
Thanks!
Alex
Hi All,
I have a VERY weird problem. MY application works fine on some servers, and on others it doesn't work at all. And here is the problem....
On the servers that I have a problem, no matter what url I request, all the requests are routed to the default controller. For example, the ap;lication on this server doesn't work. If I go here:
http://www.trishalynfawver.com/
I get the default controller, which is fine. But if I go here:
http://www.trishalynfawver.com/test
... I should get the Test controller.Instead, I get routed to the default controller again for some reason.
If I change the default controller to the Test one, then it routes all the requests to that controller because that one is the default one. I am completely confused why I am getting this problem. On other servers, the application runs fine. So I am wondering how the server can impact the routing?
You can see the PHP info for the server here so you can see what kind of a server I am running this on:
http://www.trishalynfawver.com/test.php
I am running Codeigniter 2.0.2, and the server meets the minimum requirements running PHP 5.2.9. I am completely confused!
Any help is appreciated because this is a very important client of mine.
Thanks!
Alex