Viewing 1 replies (of 1 total)
  • Hello,

    The two most common causes of this error are a corrupted .htaccess file and exceeding your server’s PHP memory limit. The .htaccess file in your WordPress directory can become corrupted after you install a plugin or make another change to your WordPress site.

    The fix is simple. All you need to do is create a new .htaccess file.

    Increasing Your PHP Memory Limit in WordPress via your wp-config.php
    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘sometime getting blank page htt 500 error’ is closed to new replies.