cancel
Showing results for 
Search instead for 
Did you mean: 

My admin interface is saying my webserver is unprotected

SOLVED

My admin interface is saying my webserver is unprotected

Im getting this: "Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider." I'm the server admin and don't know where to go to fix this.

 

Any help?

Marisa

1 ACCEPTED SOLUTION

Accepted Solutions

Re: My admin interface is saying my webserver is unprotected

Found the solution with magereport.com. Works great now... Needed .htaccess enabled...

View solution in original post

3 REPLIES 3

Re: My admin interface is saying my webserver is unprotected

Hello,

 

You should read this: http://magento.stackexchange.com/questions/24373/how-to-give-proper-permissions-for-magento-in-serve...

 

Problem solved? Click Accept as Solution!

Re: My admin interface is saying my webserver is unprotected

I ran the magento cleanup tool and still have the same problem. Where do i put this bit of code:

<Directory /var/www/html>
  AllowOverride FileInfo Indexes Options Limit
</Directory>

Re: My admin interface is saying my webserver is unprotected

Found the solution with magereport.com. Works great now... Needed .htaccess enabled...