懂apache的朋友进来,高分求教

懂apache的朋友进来,高分求教

看如下配置
<Directory   "F:/wwwroot/Publish ">
        Options   +Includes  
        AllowOverride   None
        Order   allow,deny
        Allow   from   all
        AddOutputFilter   INCLUDES   .shtml   .html
</Directory>

想让publish目录、子目录及其子目录下的目录都支持include包含怎么做才可以?
我用上面的配置,怎么只支持到Publish/xx,Publish/xx/xx就不支持了。

学习啊