Need .htaccess rule to block /secured/ folder access
Hello,
I would like to know what is the exact .htaccess rule to block /secured/ folder in all the cPanel accounts if anyone upload it
like i added the following
Order Deny,Allow
Deny from all
in include editor file on apache configuration,It blocks the fre.php file under all the accounts.Like wise i need to block /secured/ folder access
-
Hi @Vs-Nu, You could add Deny from all in the .htaccess file of the /secured/ folder. 0 -
I need to add like an global block in Apache > Include editor configuration in include editor file on apache configuration,It blocks the fre.php file under all the accounts.Like wise i need to block /secured/ folder access 0 -
Are you not able to just add another FilesMatch section to your include file? 0
Please sign in to leave a comment.
Comments
3 comments