Skip to content

Commit

Permalink
Allowing htm+html files in Microsoft web server, to prevent issue;
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mattab committed May 27, 2014
1 parent 7513fef commit 9be0bd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/Installation/ServerFilesGenerator.php
Expand Up @@ -111,8 +111,6 @@ public static function createWebConfigFiles()
<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>
Expand Down

0 comments on commit 9be0bd5

Please sign in to comment.