Sometimes you want to protect a certain folder from being accessed via Apache. You can achieve this with the following entries in your .htaccess file:
Satisfy all Order deny,allow Deny from all
Calls via shell are possible anyway.
Sometimes you want to protect a certain folder from being accessed via Apache. You can achieve this with the following entries in your .htaccess file:
Satisfy all Order deny,allow Deny from all
Calls via shell are possible anyway.
2 thoughts on “Protect folder via .htaccess”