javascript - PHP: How to hide my application folders in .htaccess -


how hide application folders , contents third party viewers in .htaccess file ?

enter image description here

try using this, guess work.

redirectmatch 403 ^.*/sub-folder-name/*

this stop direct access of sub-folders , files recursively.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

xml - How do I use an xdoxslt variable inside xsl code, in BI Publisher? -