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

after login "loginMe" controller is not found #14

Closed rizwan4317 closed 7 years ago

rizwan4317 commented 7 years ago

after login loginMe controller is not ..........

kishor10d commented 7 years ago

There is no controller named loginMe, the code is in Login.php controller. Please check your .htaccess settings. Also check that your mod_rewrite.so is not commented.

#LoadModule rewrite_module modules/mod_rewrite.so

Remove # from this lines in file httpd.conf from apache config.

react-hunter commented 5 years ago

I have done this. But, not solved problem.