• My site was suddenly down. Internal server error 500.

    The content of my .htaccess was:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    After I deleted all code from .htaccess, the site still was down, but I managed to get into wp-admin now. I changed the permalink-option to default and after that I changed it back to /%category%/%postname%/

    The site was up and running again. I tried to put the code back in, but the site immediately went down again (500-error).

    What is wrong with the .htaccess code above?

Viewing 1 replies (of 1 total)
  • Try it without:

    RewriteCond %{HTTP_REFERER} !^https://kead.nl/.*$ [NC]

    RewriteCond %{HTTP_REFERER} !^https://kead.nl$ [NC]

    RewriteCond %{HTTP_REFERER} !^https://www.kead.nl/.*$ [NC]

    RewriteCond %{HTTP_REFERER} !^https://www.kead.nl$ [NC]

    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ <meta name=”generator”
    content=”WordPress 3.0.1″ /> [R,NC]

Viewing 1 replies (of 1 total)
  • The topic ‘Errror 500, .htaccess’ is closed to new replies.