Welcome Guest, Not a member yet? Register   Sign In
"No input file specified" issue on godaddy shared hosting
#1

Hi,

I made a application using codeignitor 3.0.0. On my localhost it was working fine but when i moved to godaddy shared hosting it giving me error "No input file specified" when i run any controller like http://demo.websiteadda.in/index.php/welcome/ but when i use http://demo.websiteadda.in/index.php/ it is showing me welcome message as in welcome view.

In config file:
$config['index_page'] = 'index.php';
$config['uri_protocol'] = 'REQUEST_URI';

And also not using any .htaccess file.

I tried several solutions with .htaccess file as well but issue is not resolved yet:
---------------------- .htaccess -----------------------
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
---------------------------------------------------------

Could you guys please help me out with this issue?

Thanks.

Regards
Manoj
Thanks & Regards
Manoj
Reply


Messages In This Thread
"No input file specified" issue on godaddy shared hosting - by mkmaurya - 08-30-2015, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB