4.2.3.5. PathAllowFilter

Note

This tag is no more valid since 1.25 version

4.2.3.5.1. Synopsis

With this tag, you can restrict files and folders by using a regular expression.

4.2.3.5.2. Options

Name Default Values Since version Context
PathAllowFilter null regex 1.20 -> 1.25 Default,Group,IpRange,User,VirtualHost

4.2.3.5.3. Examples

You can allow filetering only images extensions files like this:

<Default>
    Home            /home
    PathAllowFilter "^*.(jpg|png|gif)$"
</Default>