Jump to content

Sensitive Directory Check issue


Phriya

Recommended Posts

Hi guys,

I've been using a shared web hosting for my WHMCS installation, now I've migrated to a VPS, transferred my installation successfully and everything is working fine.

Now, I'm getting this warning in the System Health Status:

Sensitive Directory Check
One or more sensitive directories are accessible from the web:

/vendor
Please refer to our Further Security Steps for information.


I'm 100% sure that the chmod for this directory is 755 and the content of the insider .htaccess is:
 

<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>

 

yet I'm getting this warning, and upon visiting the URL I'm getting 403 Forbidden, please help me fix this issue.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated