Welcome Guest, Not a member yet? Register   Sign In
How did Google crawler indexed our views php files !?
#1

(This post was last modified: 10-26-2019, 09:11 AM by khashabawy.)

Dear friends,

Using google console we discovered that google has crawled to some php files in the views folder , Any idea how did google know these files names as paths ?

See attachments

Attached Files Thumbnail(s)
   
Reply
#2

If you open /apps/frontend/views/default/templates/main/ in a browser, can you see the files?
Reply
#3

(This post was last modified: 10-26-2019, 07:35 PM by dave friend.)

Most likely someone deleted or tampered with the .htaccess file that is supposed to be found in /application

Its contents prevent direct HTTP access to files and folders in /application.

Code:
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>
Reply




Theme © iAndrew 2016 - Forum software by © MyBB