Last Updated: February 25, 2016
·
1.401K
· danjesus

No input file specified – FUELPHP

To configure FUELPHP with php fastcgi:

Change this line in .htaccess

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

to:

RewriteRule .* index.php?/$0 [PT,L,QSA]

1 Response
Add your response

This usually happens when migrating .htaccess from windows to linux, especially the ? sign saved me a couple of times. Not only FuelPHP, but also CodeIgniter and other frameworks working the same way

over 1 year ago ·