phpBB

Code Changes

File: web.config

  Unmodified   Added   Modified   Removed
Line 28Line 28
			</requestFiltering>
</security>
</system.webServer>

			</requestFiltering>
</security>
</system.webServer>

 
	<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>

	<location path="images/avatars">
<system.webServer>
<security>

	<location path="images/avatars">
<system.webServer>
<security>