GoDaddy configuration tutorial, avoiding no input file specified error

Last modification: 2013-05-01 17:54:34

Create these two files :

In lhc_web root directory

.htaccess file with the following content

AddHandler x-httpd-php5-cgi .php

In site root directory 

php5.ini file with the following content

cgi.fix_pathinfo = 1

After these changes all should start to work.

P.s Updated according to comment.