Hi all,
I am trying to limit access to a directory, allowing only request with certain env variable set to get resources.
This configuration will not give me access to the resource.
--------------DOESNT WORK----------
SetEnv let_me_in 1
<Directory "/web/htdocs/zips">
Order Deny,Allow...