• All,
    I have a wordpress site at http://www.myxcelsius.com
    Currently it shows blank for any page I visit. I can’t even get to the admin panel.

    I’m hosted on Dreamhost and everything looks fine there. I have a couple of other worpress sites running from the same hosting space, they all work fine.

    I did clear the cache and tried, negative.
    Need help

Viewing 1 replies (of 1 total)
  • Hi Kalyan

    Use your ftp and rename the plugin folder to deactivate them.
    then navigate into the themes folder and rename your current them to reactivate the default theme.

    Check if you have access now – if not take a look at your wp-config.php file to see if there’s any blank spaces before the opening <?php tag. If all’s ok scroll down and compare it with the sample file checking for similarity – if anything looks out of place delete it.

    If at this point you still dont have access to your site then check your .htaccess file – anything seem out of place? if so save a copy on your desktop and delete it from your server.

    Hopefully at this point you should have access back, if not recreat the .htaccess with this code in it and upload it to your server

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

    # END WordPress

    How you doing so far?

Viewing 1 replies (of 1 total)

The topic ‘WordPress Site shows blank’ is closed to new replies.