• Hello team, my site was hacked and I am still checking why it keeps adding 404 pages with URL related to pharma and all these stuff. I found this on my wordpress files can you please check

    # 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

    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    d

Viewing 1 replies (of 1 total)
  • Adam

    (@adamlachut)

    There is nothing suspicious in this .htaccess file.
    Did you try to fetch these ‘pharama’ URLs as google (using Google Search Console)?

    A.

Viewing 1 replies (of 1 total)
  • The topic ‘Please check this .htaccess’ is closed to new replies.