Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator threadi

    (@threadi)

    Your site has been hacked. This is also evident from the various URLs found in Google search results that clearly link to unsafe data. Also with a site scan here: https://sitecheck.sucuri.net/results/https/dinkiro.dk

    My recommendation: first read this article:

    FAQ My site was hacked

    After that I would recommend checking whether you still have a clean backup. If necessary, ask the support of your hoster. If so, delete all files and the database and restore the backup. Then change all access data in the hosting.

    So if you still have a clean backup of your website, use that.

    If you don’t have that, you can also hire someone to clean and secure it for you. However, this usually costs quite a bit of money. You can find offers for this online.

    Finally, you should secure your project. This is described in more detail in the article here: https://ww.wp.xz.cn/documentation/article/hardening-wordpress/

    Hi @jjkiro

    To speed up spam de-indexation, you can test the following .htaccess script. This way, you will discourage search engines from crawling the website unnecessarily.

    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^i=
    RewriteRule ^ - [G,L]

    Assuming you don’t have any active “channel” strings inside the legitimate slugs, this may work also:

    RewriteEngine On
    RewriteCond %{REQUEST_URI} channel [NC]
    RewriteRule ^ - [G,L]

    Monitor the website for a couple of days & check the index.php file integrity.

    Best of luck,

    Adrian

    Thread Starter Thomas Johan Larsen

    (@jjkiro)

    Thanx a lot for the input.

    Hopefully I manage to clean up everything and get the page back to earlier google ranking soon.

    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘help unwanted subpages’ is closed to new replies.