I contacted my hosting service before The Incident, and was given the following lines. I added the bottom, after htaccess to the .htaccess file. Do you think that was the problem? If so, what would be the proper way to ad it.
file_uploads=1
upload_max_filesize=50M
post_max_size=50M
max_execution_time=-1
htacess:
suPHP_ConfigPath /home/today29/public_html
<Files php.ini>
order allow,deny
deny from all
</Files>