• Hi,

    I am new to wordpress and I installed a theme on my site. It got uploaded but as soon as I clicked on activate, the error

    *site* is currently unable to handle this request. HTTP ERROR 500

    popped up.

    How to resolve this? Fast help is very much appreciated.

Viewing 1 replies (of 1 total)
  • @shobhitjayaswal,

    Remain calm and carefully check your .htacess file code.

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

Viewing 1 replies (of 1 total)
  • The topic ‘Site is currently unable to handle this request.’ is closed to new replies.