• Hi

    I created the sitemap index file using the Yoast SEO plugin. One of the sitemap files is shown error message as below.

    this page is not working
    mywebsite.com is currently unable to handle this request.
    HTTP ERROR 500

    How to fix?

Viewing 2 replies - 1 through 2 (of 2 total)
  • First try to enable the errors for your website by enabling debugging mode in wp-config.php

    define( ‘WP_DEBUG’, false ); change this to define( ‘WP_DEBUG’, true );

    Then try to load the website you may see the errors that is causing HTTP ERROR 500.

    Thread Starter vinodimmanni

    (@vinodimmanni)

    Thank you so much @amrut4858

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress Yoast Plugin’ is closed to new replies.