check your file .htaccess, if file isn't any, create and rewrite this code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
and save to your directory folder_codeigniter/