Help With Godaddy Virtual Dedicated Server Php?
I recently bought a virtual dedicated server from godaddy and when i upload my php scripts to my public html the page stays blank but when i upload html script it works fine can anybody help me?
2 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.
Refer to godaddy help centerhttp://help.godaddy.com/article/1669
I am no longer with godaddy.I am using bluehost webhosting for minehttp://www.bluehost.com/track/bluehostwe…
There probably was an error in the PHP script. You need to ask the support at GoDaddy how you can access the error logs. To check if PHP is working alright, upload a very simple script that definitely has no errors, like this:
———–
test1
< ?php echo "hello" ?>
test2
———–