Magento -- host on Godaddy - No input file specified

In Magento folder, there should be a .htaccess file. Open that file up and add the following line:
AddHandler x-httpd-php5 .php
Now when you go to the Magento index page, you should see a ‘No Input File Specified’ error. This is another easy fix.
If you do not already have a php.ini file in your main folder, you need to create one. This will only work if you have selected the option of using Hosting Connection 2.0 . This will allow you to modify server settings for your site.
Rename 'php.ini' to 'php5.ini' for it to recognize.Then add following line:
cgi.fix_pathinfo = 1


php5.ini
register_globals = on
allow_url_fopen = on
cgi.fix_pathinfo = 1