I try to implement the distribution of files from a protected folder using apache via an internal request through a script in php. Nginx can not use according to the circumstances of the customer. In nginx there is a convenient solution to my problem:
location /dir{ internal; mp3; } How can this be done on apache?