cancel
Showing results for 
Search instead for 
Did you mean: 

Unauthorized access to sensitive files

Re: Unauthorized access to sensitive files

Yes man, i only have 1 website, its a fresh new installation.

My Magento root folder is inside /var/www/html 
Inside this folder u can see the app, vendor, pub, bin folders.

 

Yes i have .htacess in app folder

<IfVersion < 2.4>
    order allow,deny
    deny from all
</IfVersion>
<IfVersion >= 2.4>
    Require all denied
</IfVersion>

I am using apache on Debian

Re: Unauthorized access to sensitive files

Anyone?

 

Re: Unauthorized access to sensitive files

Moved to a new server. The .htaccess in my app folder was missing. That did the trick.