I have a godaddy hosting account and i am using php 5. I saw a tutorial on their website about making a .htaccess and php.ini and php5.ini page from the root folder to tweak values and what not.. so I did... Lately, there has been Internal Server Errors and a very slow response in browsing the site.... I stripped down pages to just html and static pages... but same thing.. I talked with godaddy and they say they don't look at code...?? WTF
Anyways, wondering if there is a GURU out there that can look at these three files and see if they see anything ODD??? THanks so much.
I have oscommersce store script and a simple CMS for backend on this website.. that is it..
my first file from the root level .htaccess:
addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php5
addhandler x-httpd-php5-cgi .php
second file from the root level .php.ini
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="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
Third file from the root level .php5.ini:
register_argc_argv = On
memory_limit = 128M;
post_max_size = 8M;
upload_max_filesize = 8M;