Welcome Guest, Not a member yet? Register   Sign In
"No input file specified" Issue in GoDaddy
#1

[eluser]hema[/eluser]
Hi All,


i am using godaddy and when i uploaded my CI project, it gives me "File input error". I have changed my .htaccess file according to some forums and also changed config file accordingly. But its still giving me error.
Following is my .htaccess file in my root folder

Code:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
</IfModule>

Can anyone suggest me how to get rid of this issue
#2

[eluser]Ken_GoDaddy[/eluser]
@hema,

I'm with Go Daddy and came across your post.

Have you been able to resolve the issue with your .htaccess file?

If not please feel free to reply or send me a private message with additional information on your hosting account. I would like to assist you further so that together, we may reach a resolution.




Theme © iAndrew 2016 - Forum software by © MyBB