I wrote a script that will be used to automatically release new pages at a specific time. It will just show the countdown timer, and then when it reaches 0, it will rename the specific file in index.php and rename the current index.php to index-modified.php
There is no problem. But at some point, my client said that my site was not suitable. I found that index.php has been renamed index-modified.php and all other pages are working fine. And without index.php, my site showed a 404 error.
Then I analyzed the access log and found that the alexa crawler had access to this version of the script, and this caused a problem
I want to know how the alexa crawler found my internal script file and crawled it? Will this happen with all my destination files for internal admin? I have no links to this script on any of my pages.
I wonder how he could find the files that are present on my server .. ????
source share