apache - Prevent access to files in a certain folder -
i have folder lot of .php
files. deny access them (using .htaccess
). know option move folder outside public_html
, not possible in situation.
is possible block access whole folder?
add .htaccess
file:
order deny,allow deny
Comments
Post a Comment