CodeIgniter – No input file specified error

Dalam kasus tertentu web framework CodeIgniter dapat mengalami masalah “no input file specified” jika anda berusaha menggunakan SEO URL, masalah ini diantaranya dapat ditemukan pada server yang menggunakan apache + fcgi/cgi, oleh karena itu diperlukan sedikit modifikasi pada file .htaccess dengan menambahkan “?” pada konteks “index.php” sehingga akan menjadi:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.