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

localhost/cias does not work #5

Closed imranitian closed 7 years ago

imranitian commented 7 years ago

500 internal error is shown. please help

infinsoft commented 7 years ago

Test my solution

htaccess file:

#DirectoryIndex index.php RewriteEngine on RewriteBase / 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]

works fine for me!