Everything works perfect in localhost, but when I host on server, it shows:
No input file specified
Please help me resolve this issue.
My .htaccess file looks like this:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]