mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
web.config comment to help debug issues
IIS error reporting won't let you know why it errors out if the rewrite module is not installed.
This commit is contained in:
parent
4ce439c21b
commit
19528fba83
@ -1,3 +1,8 @@
|
||||
<!--
|
||||
Rewrites requires Microsoft URL Rewrite Module for IIS
|
||||
Download https://www.microsoft.com/en-us/download/details.aspx?id=47337
|
||||
Debug help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules
|
||||
-->
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<rewrite>
|
||||
|
Loading…
x
Reference in New Issue
Block a user