CodeIgniter Forums
a small question about url / controller / controller / action - 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: a small question about url / controller / controller / action (/showthread.php?tid=33571)



a small question about url / controller / controller / action - El Forum - 08-31-2010

[eluser]aminem9[/eluser]
hello thank you for responding to a quick question about url
I created my application and I have a problem as a result
I get like this URL

/Controller/Controller/Action
Écouter
Lire phonétiquement


a small question about url / controller / controller / action - El Forum - 08-31-2010

[eluser]aminem9[/eluser]
what do you think ! about this problem ?

http://localhost/CodeIgniter_1.7.2/welcome/welcome/welcome/welcome/welcome/welcome/welcome/welcome/index


a small question about url / controller / controller / action - El Forum - 08-31-2010

[eluser]CI_avatar[/eluser]
please post some code where you think the problem is. thank you.


a small question about url / controller / controller / action - El Forum - 08-31-2010

[eluser]pickupman[/eluser]
Show us a copy of your .htaccess file and /application/config/routes.php.


a small question about url / controller / controller / action - El Forum - 09-01-2010

[eluser]aminem9[/eluser]
thank you I found the error I used
$ This-> load-> view ('MyView');
instead of using redirect ('/ MyView','');


a small question about url / controller / controller / action - El Forum - 09-01-2010

[eluser]aminem9[/eluser]
thank you I found the error I used
$ This-> load-> view ('MyView');
instead of using redirect ('/ MyView','');


a small question about url / controller / controller / action - El Forum - 09-01-2010

[eluser]CI_avatar[/eluser]
Good job!