aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-13 11:50:23 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-13 11:50:23 +0100
commit7ba9b06881ddd70bd3b10e2785b91908e851cdaa (patch)
tree98ab1350671591454adb6b24cd37507a667b5e22 /phpBB/web.config
parent[ticket/security-181] Deny access to migrations folders (diff)
downloadphpbb-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar.gz
phpbb-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.tar.bz2
phpbb-7ba9b06881ddd70bd3b10e2785b91908e851cdaa.zip
[ticket/security-181] Port .htaccess changes to other webserver types
SECURITY-181
Diffstat (limited to 'phpBB/web.config')
-rw-r--r--phpBB/web.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/web.config b/phpBB/web.config
index 99a1fe6023..d0a3cb33fe 100644
--- a/phpBB/web.config
+++ b/phpBB/web.config
@@ -18,7 +18,10 @@
<hiddenSegments>
<add segment="cache" />
<add segment="files" />
+ <add segment="includes" />
+ <add segment="phpbb" />
<add segment="store" />
+ <add segment="vendor" />
<add segment="config.php" />
<add segment="common.php" />
</hiddenSegments>