Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-28 03:19:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-28 03:19:46 +0400
commit9be0bd5a3a8fe8603fc619e14fe1b4f2cdc48f8d (patch)
tree253360e2b1f8dcb59b73c996026800b6c8f01c6b /plugins/Installation/ServerFilesGenerator.php
parent7513fef616f6a5bec81c5d6f113ac729e186cede (diff)
Allowing htm+html files in Microsoft web server, to prevent issue;
1. After the app was installed successfully by WPI&WM, for both IIS and WM site, after log in the local site, we got the error:” Fail to load HTML file” as snapshot Homepage.PNG shown. We also hit issue like this when click the tab Visitors, Actions, Referrers, Goals. Please see the snapshot ClickVisitors.PNG.
Diffstat (limited to 'plugins/Installation/ServerFilesGenerator.php')
-rw-r--r--plugins/Installation/ServerFilesGenerator.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Installation/ServerFilesGenerator.php b/plugins/Installation/ServerFilesGenerator.php
index 4c8369a370..74b4b7e323 100644
--- a/plugins/Installation/ServerFilesGenerator.php
+++ b/plugins/Installation/ServerFilesGenerator.php
@@ -111,8 +111,6 @@ class ServerFilesGenerator
<add fileExtension=".csv" allowed="false" />
<add fileExtension=".pdf" allowed="false" />
<add fileExtension=".log" allowed="false" />
- <add fileExtension=".htm" allowed="false" />
- <add fileExtension=".html" allowed="false" />
</fileExtensions>
</requestFiltering>
</security>