Welcome Guest, Not a member yet? Register   Sign In
redirect problem
#11

[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
#12

[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
#13

[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
#14

[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
#15

[eluser]InsiteFX[/eluser]
This may solve your problem:

CodeIgniter Users Guide - Controllers SEE _remap()




Theme © iAndrew 2016 - Forum software by © MyBB