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]
Written by Dan Jesus
Related protips
1 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
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#