CodeIgniter Forums
activation link sent to email not working after registration ! - 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: activation link sent to email not working after registration ! (/showthread.php?tid=59965)



activation link sent to email not working after registration ! - El Forum - 12-18-2013

[eluser]Unknown[/eluser]
hi !

im new to code igniter and this is my first attempt working with it ! , my problem is with link sent to email after i tried to register , i did recieve verification link but when i open it it shows :

Code:
No input file specified.

link :

Code:
http://domain.name/auth/activate_account/4/62400846a5fc100c0e0086d24e7ee66d2fbbd9c1
any help ?


activation link sent to email not working after registration ! - El Forum - 12-18-2013

[eluser]Unknown[/eluser]
solved it using :

Code:
http://domain.name/index.php/auth/activate_account/4/62400846a5fc100c0e0086d24e7ee66d2fbbd9c1

as a link .. how to remove index.php ? cuz it caused more problems !



activation link sent to email not working after registration ! - El Forum - 01-08-2014

[eluser]Storyteller[/eluser]
http://ellislab.com/codeigniter/user-guide/general/urls.html

The second section there describes it.