• Resolved thetvstop

    (@thetvstop)


    Ok. this is odd, I receive an international servier error: 500 when trying to view post on my site. I can view pages, and categories perfectly, however when I try to view a single post, it returns the error.

    .htacess is as follows:

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

    if you view the site https://www.thetvstop.com it loads, and the category https://www.thetvstop.com/tv/cw/the-vampire-diaries it loads, however if you click a post within the above category, it returns the error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry, but I was unable to replicate the issue. You might check that you are not hitting some type of resource limit on your server set by your host. It’s not your .htaccess file because all other pages show up fine apparently. Next time it happens, record the exact time and date, then go to your host and have them check the access logs for any issues to describe what is happening. They may say that you are hitting your process or memory limit.

    Thread Starter thetvstop

    (@thetvstop)

    They added something called FCGI handeler which fixed that issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Error’ is closed to new replies.