WordPress – Website not opening and there are no errors

I have a website on SHIVAPALACE.IN but it is not opening, the admin panel works fine but the front end doesn’t open and no error is shown, i have tried to delete my .htaccess and create a new one but nothing works. only a blank page is seen. Can someone help me?

Thanks & Regards
Akshat

Related posts

1 comment

  1. Update 1.0

    Try this method.

    1.Add the following code in your wp-config.php file.

    error_reporting(E_ALL); ini_set('display_errors', 1);
    define( 'WP_DEBUG', true);
    

    2.Disabling All Plugins

    3.Increasing the Memory Limit

    If all above didnt work. Then it is a strong indicator that your web hosting provider is having some issues

Comments are closed.