• Resolved Aikyrie

    (@aikyrie)


    http://thewindowseatblog.com/
    Just FYI, the site redirects to travelocity.com/blog.

    For some reason, all our internal pages give a 500 error. We updated the theme but it only stopped working this morning. Our hosting provider said it was because of the recent WordPress update but we were fine prior to this morning.

    We tried disabling plugins and the theme but nothing worked.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Aikyrie

    (@aikyrie)

    This is my htaccess:

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

    Krishna

    (@1nexus)

    Your site returns these errors:

    503 Service Unavailable
    500 Internal Server Error

    In view of the above, and from what you described above, it seems it is some server config problem. Have you contacted your web-host for support? Who hosts your site?

    Thread Starter Aikyrie

    (@aikyrie)

    Yes we have but they said it was resulting from a WordPress update issue but that definitely isn’t the case since all our other sites are working just fine and it only occurred this morning.

    We host with InMotion hosting.

    Krishna

    (@1nexus)

    Are you able to login to your site?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘500 Internal Server Error on Interior Pages’ is closed to new replies.