![]() |
function is not working - 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: function is not working (/showthread.php?tid=15829) |
function is not working - El Forum - 02-16-2009 [eluser]ganesh_tavva[/eluser] i downloaded the ezauth application. and run into my localhost.iam settings all database seetings and base_url proprty in config file, once the form http://localhost:8502/ezauth/index.php/mystore it is displays the home page for ezauth application, it displays functions * Create an Account * Login * Administrator Page (requires you to login as an administrator) * Client Page (requires you to login first) * Change Account Password * Logout once i will click the create an account it displays the file not found. but i checked the file is there. function is not working - El Forum - 02-16-2009 [eluser]TheFuzzy0ne[/eluser] Have you remembered to append the trailing slash to the base_url? function is not working - El Forum - 02-16-2009 [eluser]ganesh_tavva[/eluser] i have given base_url="http://localhost:8502/"; but it is not working.once i click the create account it displays 404 not found function is not working - El Forum - 02-17-2009 [eluser]TheFuzzy0ne[/eluser] To my knowledge: Code: http://localhost:8502/ezauth/index.php/mystore should be: Code: http://localhost:8502/index.php/mystore function is not working - El Forum - 02-19-2009 [eluser]ganesh_tavva[/eluser] it is working in localhost but it is not working on the website.once i click the create account it displays 404 not found |