Codeigniter – no input file specified


Codeigniter – no input file specified : Sometimes we get error “no input file specified” in codeigniter. This problem comes due to htaccess error. You can easily fix this error by just adding the following change in .htaccess.


Codeigniter – no input file specified

Make sure “?” is added after index.php as below. After adding this it will solve your problem.

Codeigniter – no input file specified:

RewriteRule ^(.*)$ index.php?/$1 [L]

This will fix your problem.


Advertisements

Add Comment

📖 Read More