diff options
| author | forums <forums@ns38133.ovh.net> | 2011-02-12 23:34:52 +0100 |
|---|---|---|
| committer | forums <forums@ns38133.ovh.net> | 2011-02-12 23:36:21 +0100 |
| commit | b85c3b967a7f6fa061439061076695613622960c (patch) | |
| tree | 6b5d9c96fc1cc6f77810c3bbef621be677581abe /phpBB/web.config | |
| parent | 43cc2cd33c892b6dbcbed8a5ad59e52c83a6326d (diff) | |
| download | forums-b85c3b967a7f6fa061439061076695613622960c.tar forums-b85c3b967a7f6fa061439061076695613622960c.tar.gz forums-b85c3b967a7f6fa061439061076695613622960c.tar.bz2 forums-b85c3b967a7f6fa061439061076695613622960c.tar.xz forums-b85c3b967a7f6fa061439061076695613622960c.zip | |
Patched for SEO with phpbb-seo toolkit
Diffstat (limited to 'phpBB/web.config')
| -rw-r--r-- | phpBB/web.config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index 128fe3c98f..ceb46bbb24 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -24,4 +24,30 @@ </security> </system.webServer> </location> + <!-- www.phpBB-SEO.com SEO TOOLKIT BEGIN --> + <location path="phpbb_seo"> + <system.webServer> + <security> + <requestFiltering> + <hiddenSegments> + <add segment="cache" /> + </hiddenSegments> + </requestFiltering> + </security> + </system.webServer> + </location> + <!-- www.phpBB-SEO.com SEO TOOLKIT END --> + <!-- www.phpBB-SEO.com SEO TOOLKIT BEGIN - GYM SITEMAPS --> + <location path="gym_sitemaps"> + <system.webServer> + <security> + <requestFiltering> + <hiddenSegments> + <add segment="cache" /> + </hiddenSegments> + </requestFiltering> + </security> + </system.webServer> + </location> + <!-- www.phpBB-SEO.com SEO TOOLKIT END - GYM SITEMAPS --> </configuration> |
