Web.config update

web.config now correctly allows for static files inside vendor folder, just like .htaccess
This commit is contained in:
nazwa
2015-11-26 22:18:27 +00:00
parent fc7017f822
commit 2b1a102efa

View File

@@ -46,7 +46,7 @@
<action type="Redirect" url="error" redirectType="Permanent" />
</rule>
<rule name="vendor" stopProcessing="true">
<match url="^vendor/(.*)$" ignoreCase="false" />
<match url="^vendor/(.*)\.(txt|md|html|yaml|php|twig|sh|bat)$" ignoreCase="false" />
<action type="Redirect" url="error" redirectType="Permanent" />
</rule>
</rules>