No Input File Specified

From AV Scripts Wiki
Revision as of 13:02, 28 July 2015 by Andy (Talk | contribs) (Created page with "On some hosts (like Godaddy) you may see the error "No Input File Specified". To fix, create a file called php.ini on your server in the root folder of your domain name if it...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

On some hosts (like Godaddy) you may see the error "No Input File Specified".

To fix, create a file called php.ini on your server in the root folder of your domain name if it doesn't already exist. Within that file, add this line:

   cgi.fix_pathinfo = 1;

It may take some time for the change to be noticed by your server, so leave it for an hour before sending further requests for help if the issue is not resolved.