kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
338 stars 241 forks source link

Not Found The requested URL /cias/loginMe was not found on this server. #2

Closed tarifrudrapur closed 7 years ago

tarifrudrapur commented 7 years ago

I have import database file. When i pressing login button it shows this error => I am new in CodeIgniter , Help me soon if possible

here is url showing after error http://localhost/cias/loginMe

Not Found

The requested URL /cias/loginMe was not found on this server.

kishor10d commented 7 years ago

Hello, @tarifrudrapur , May be you missed .htaccess file in the project folder. Please find it.

kishor10d commented 7 years ago

@tarifrudrapur : I again pushed some changes today, regarding password hashing and user email exist check. So please download the repository again. And try with these new functionalities.

1) Hashed Password. 2) User already exist or not check while creating user.

tarifrudrapur commented 7 years ago

@kishor10d I just pull your latest changes. I am still getting same error ( not found ) . .htaccess also there

kishor10d commented 7 years ago

@tarifrudrapur : can you tell me your root folder on localhost and how you are using it to navigate the project(url).

iHunt101 commented 7 years ago

Same here.. The "$route['loginMe'] = 'login/loginMe';" is not define correctly.

kishor10d commented 7 years ago

I think the problem with your .htaccess. Have you configured your database?

iHunt101 commented 7 years ago

Yes the database is set. Here is the .htaccess. `DirectoryIndex index.php RewriteEngine on

RewriteCond $1 !^(index.php|(.).swf|forums|images|css|downloads|jquery|js|robots.txt|favicon.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.)$ ./index.php?$1 [L,QSA]`