Phriya Posted October 3, 2023 Share Posted October 3, 2023 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.