Welcome Guest, Not a member yet? Register   Sign In
How did Google crawler indexed our views php files !?
#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


Messages In This Thread
RE: How did Google crawler indexed our views php files !? - by dave friend - 10-26-2019, 07:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB