Welcome Guest, Not a member yet? Register   Sign In
Default controller takes all traffic, even when new controllers / views are defined.
#2

[eluser]FragPacket[/eluser]
Hmmm, well, I switched my config.php file back to the default of:

Code:
$config['uri_protocol']    = "AUTO";

And now, it works as expected. HOWEVER, the reason I switched it away from "AUTO" in the first place now comes back. When I enter the following URI, I get a 404:
Quote:http://www.mysite.com/index.php

Similarly, if I simply enter
Quote:http://www.mysite.com

I also get a 404 page.

When I add a "/" to the end of the URI, things work great. The only thing I could find presenting a fix for this was to switch my 'uri_protocol' configuration to "QUERY_STRING" as noted in the original post. Any suggestions on how to resolve the need for a trailing slash, and still have my new controller methods recognized??


Again, thanks for any help.


Messages In This Thread
Default controller takes all traffic, even when new controllers / views are defined. - by El Forum - 12-15-2008, 09:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB