Is there a way to apply a rule to a single directory and not its subdirectories without using .htaccess files? I want /var/www/html to order by the Date desc. However, in the subdirectories, I don't want this rule applied.
Right now, I have IndexOrderDefault Descending Date within the /var/www/html Directory tag.