• dailyotaku

    (@dailyotaku)


    I had godaddy hosting, windows server running somewhat okay, then I switched to linux hosting and I have 3 domains with godaddy on linux shared hosting. Right after I installed the linux hosting I began getting 500 internal server error’s, not often but enough ( 95% of the time site works perfectly)

    My .htccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    any clues to what might be wrong?
    Also I have the plugin WP-Supercache and I heard there might be problems with it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Jonas Grumby

    (@ss_minnow)

    If WordPress is installed in the root directory, those lines are correct.

    Try deactivating WP Supercache or see if there is a way to make it regenerate all of the static pages.

    Thread Starter dailyotaku

    (@dailyotaku)

    thanks will try

    Thread Starter dailyotaku

    (@dailyotaku)

    didn’t work

    Jonas Grumby

    (@ss_minnow)

    Have you asked GoDaddy Hosting Support to check it out?

    Thread Starter dailyotaku

    (@dailyotaku)

    GoDaddy Hosting yeah but there pretty useless

    Jonas Grumby

    (@ss_minnow)

    I haven’t had any bad experiences with their support, as long as you stick to issues about your hosting account. They don’t and can’t provide tremendous levels of support for every third-party script that’s out there. A server misconfiguration message is often something that the hosting company can fix or at least look into.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘500 internal server error’ is closed to new replies.