CodeIgniter Forums
Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Help (/showthread.php?tid=30035)



Help - El Forum - 04-30-2010

[eluser]paullo[/eluser]
I create a view and use a controller to control it and if users login am trying to redirect them to the view that i created though i directed it to the controller for the controller to load it but is telling me not found what could have happen/what am i doing wrong?


Help - El Forum - 04-30-2010

[eluser]InsiteFX[/eluser]
Did you set the config base_url?

Did you you edit the index.php file and point the system and application directories to there correct locations?

Did you load the url_helper?

These are a few things to check.

InsiteFX


Help - El Forum - 05-01-2010

[eluser]paullo[/eluser]
Yeah av done all that is only that one controller that was giving me problem