CodeIgniter Forums
CI 2.1 Updated: routing problems, 404 pages - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI 2.1 Updated: routing problems, 404 pages (/showthread.php?tid=54972)



CI 2.1 Updated: routing problems, 404 pages - El Forum - 10-03-2012

[eluser]Kunzilla[/eluser]
Hi,

i updated my CI 2.1 to the latest release and i get many 404 error pages. Mostly on urls with more than one parameter (/foo/bar). Controler overviews (/news or /news/index) works fine...

the checkup with print_r($this) show this:

Code:
[uri_string] => news/archive/tech
            [segments] => Array
                (
                    [1] => news
                    [2] => archivetech
                )

            [rsegments] => Array
                (
                    [1] => news
                    [2] => archivetech
                )

This is a realy strange thing. I updated the system and index.php Files.

maybe someone can help me!

thanks


CI 2.1 Updated: routing problems, 404 pages - El Forum - 10-04-2012

[eluser]Kunzilla[/eluser]
Update: I use the HMVC Addon. I dont change any routes or settings.


CI 2.1 Updated: routing problems, 404 pages - El Forum - 10-04-2012

[eluser]Kunzilla[/eluser]
mmh, i dont know what happend, but now it works!