I found this, I'm trying to load on godaddy server and they do run in cgi mode, it also says you have to put in every directory, there are like 200 directories, that's crazy
If PHP on your server is running in CGI mode, you need to create a php.ini file with the following contents:
If PHP on your server is running in CGI mode, you need to create a php.ini file with the following contents:
register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M
short_open_tag=On