<location path="config"> <system.webServer> <security> <requestFiltering> <hiddenSegments> <add segment="default" /> <add segment="development" /> <add segment="installer" /> <add segment="production" /> <add segment="test" /> <add segment=".htaccess" /> </hiddenSegments> </requestFiltering> </security> </system.webServer> </location> <location path="ext"> <system.webServer> <security> <requestFiltering> <hiddenSegments> <remove segment="phpbb" /> </hiddenSegments> </requestFiltering> </security> </system.webServer> </location>
|