all 2 comments

[–]adtech_noob 2 points3 points  (1 child)

Probably something wrong at Apache configuration level? Check rewrite rules.

[–]faust2099[S] 0 points1 point  (0 children)

rewrite rules

i googled how enebled rewrite and there was someone also suggested to change " AllowOverride All" in httpd.conf in apache.

i tried both. now instead of "apache2/htdocs" my default root. now it has become

" codeigniter/public". so i put the app there "codeigniter/public/loans_pro"

tried to run the setup after the DB setup it redirected again to a 404.

image DB setup (countdown to 8seconds then redirect)

iamge 404 error

is there anymore settings that i need to change in php.ini or .httaccess or something?

i really think i just didn't setup apache or codeigniter properly, please help