no input file specified

If you get this error, You just can change the .htacces file with this small change.


Just add the ? sign after index.php in the .htaccess file


RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-
RewriteRule ^(.*)$ index.php?/$1 [L]