Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/manual/en/introduction/How-to-run-things-locally.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,12 @@ <h3>Lighttpd</h3>
</li>
</ol>
</div>

<h3>IIS</h3>
<div>
<p>If you are using Microsoft IIS as web server. Please add a MIME type settings regarding .fbx externsion before loading.</p>
<code>File name externsion: fbx MIME Type: text/plain</code>
<p>By default, IIS blocks .fbx, .obj files downloads. You have to configure IIS to enable these kind of files can be download.</p>
</div>
<p>
Other simple alternatives are [link:http://stackoverflow.com/q/12905426/24874 discussed here]
on Stack Overflow.
Expand Down