redirect problem |
[eluser]InsiteFX[/eluser]
Routes have to go in order: Note: Routes will run in the order they are defined. Higher routes will always take precedence over lower ones. home/$1/$2 home/$1 home
[eluser]amalik[/eluser]
Hi monkeycymbal, Thanks a lot for your suggestion very interesting solution but the problem is I have about 40 different function with different classes and I want to grow my website with time it would be really difficult for me to specify each and every function in routes.php. Thanks for your effort again monkeycymbal. Cheers amalik
[eluser]amalik[/eluser]
Hi InsiteFX, Thanks a lot for your reply. Forgive me if I am asking a stupid question but do you mean to say there is no solution to this problem? Thanks in advance. amalik
[eluser]amalik[/eluser]
Hi, Guys at codeigniter please help me with this problem my project is still stuck. Can you please provide me with a solution of this problem?? Thanks in advance A Malik
[eluser]InsiteFX[/eluser]
This may solve your problem: CodeIgniter Users Guide - Controllers SEE _remap() |
Welcome Guest, Not a member yet? Register Sign In |