'No Input File Specified' Error Showing up
Posted: Thu Mar 13, 2008 1:51 pm
My site is hosted with GoDaddy, all of a sudden yesterday, many of my pages aren't working and I'm getting a "No Input File Specified". From what I've read, it seems to be a configuration, but I haven't touched any of my config files and it was working before.
An example of what I get can be found at http://blog.darkernemesis.com/archives/ ... -to-Japan/
I've been trying things all morning and am pretty much just stuck right now, any help would be appreciated.
Here are my php.ini and .htaccess files. Both are stored in my root directory.
php.ini
.htaccess
An example of what I get can be found at http://blog.darkernemesis.com/archives/ ... -to-Japan/
I've been trying things all morning and am pretty much just stuck right now, any help would be appreciated.
Here are my php.ini and .htaccess files. Both are stored in my root directory.
php.ini
Code: Select all
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
date.timezone = "America/New_York"Code: Select all
<files page>
ForceType application/x-httpd-php
</files>