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>