• I want to block some Crawler Referrer Spam, so edited .htaccess file by adding below into this file:

    STOP CRAWLER SPAM

    RewriteCond %{HTTP_REFERER} buttons-for-website.com [NC,OR]
    RewriteCond %{HTTP_REFERER} buttons-for-your-website.com [NC,OR]
    RewriteCond %{HTTP_REFERER} videos-for-your-business.com [NC,OR]
    RewriteCond %{HTTP_REFERER} success-seo.com [NC,OR]
    RewriteCond %{HTTP_REFERER} semaltmedia.com [NC,OR]
    RewriteCond %{HTTP_REFERER} dailyrank.net [NC,OR]
    RewriteCond %{HTTP_REFERER} sitevaluation.org [NC,OR]
    RewriteCond %{HTTP_REFERER} 100dollars-seo.com [NC,OR]
    RewriteCond %{HTTP_REFERER} forum69.info [NC,OR]
    RewriteCond %{HTTP_REFERER} best-seo-solution.com [NC,OR]
    RewriteCond %{HTTP_REFERER} best-seo-offer.com [NC,OR]
    RewriteCond %{HTTP_REFERER} semalt.semalt.com [NC,OR]
    RewriteCond %{HTTP_REFERER} semalt.com [NC,OR]
    RewriteCond %{HTTP_REFERER} 7makemoneyonline.com [NC,OR]
    RewriteCond %{HTTP_REFERER} anticrawler.org [NC,OR]
    RewriteCond %{HTTP_REFERER} baixar-musicas-gratis.com [NC,OR]
    RewriteCond %{HTTP_REFERER} descargar-musica-gratis.net [NC]
    RewriteRule .* – [F]

    Then, I can not open either website or wp-admin now. I do not have FTP installed, only edited everything in wp-admin.

    Who can help me? Really appreciated in advance. URGENT!

    website:www.alagobox.com

    really appreciate if someone can help me out!

  • The topic ‘can't open both website and wp-admin after editing .htaccess file’ is closed to new replies.