I have a site with the URL https://example.com/file.php
. I don't use URL friendly, frameworks, etc. But I see that google take duplicate content from my website, but with URL that not exist like:
https://example.com/file.php/file2.php
https://example.com/file.php/file3.php
https://example.com/file.php/file3.php/hihi/other/other2.php (status 200)
But that URLs does not exist. In both cases show me the content from file.php
. I delete my .htaccess
because I think I have some bad rule, but is not that.
Please help me.... :(