Welcome Guest, Not a member yet? Register   Sign In
function is not working
#1

[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.
#2

[eluser]TheFuzzy0ne[/eluser]
Have you remembered to append the trailing slash to the base_url?
#3

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

[eluser]TheFuzzy0ne[/eluser]
To my knowledge:
Code:
http://localhost:8502/ezauth/index.php/mystore

should be:

Code:
http://localhost:8502/index.php/mystore
#5

[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




Theme © iAndrew 2016 - Forum software by © MyBB