Welcome

Welcome to the Forums, Blogs, Wikis discussion boards. If you're new here please take a moment to register for an account. If you're already a member here, welcome back. Please login to join in.

Forums, Blogs, Wikis » Coding

Debugging on GoDaddy

  1. Some hosts make it tough to figure out what's going on.

    Earlier today a client sent me an email that they were getting a file not found error on their site even though they've uploaded the files to the right place. I've seen GoDaddy show this error before when you try to run a PHP script on a Windows server so that was my first thought, but she has WordPress installed on the same account so it's got to be one of the Linux packages.

    Next step was to look at the server headers. It was returning a 403 Forbidden error even though the page said that the file wasn't found. Now, I understand not wanting to output MySQL errors and that sort of thing, but at least give the right type of error.

    We'll see how it turns out...

    Ryan
    Posted 1 year ago #
  2. Turns out it wasn't a permissions issue either. The .php files that should have been uploaded, including an index.php, weren't so there wasn't anything to serve.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.