From 655927851159a654a32e232eab2742af02569ce4 Mon Sep 17 00:00:00 2001 From: Juan Antonio Tubio Date: Sat, 4 Nov 2017 00:19:51 +0100 Subject: [PATCH] Documentation: Add file exception rules samples to IIS web.config --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7817f6a..e6a55ad 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,15 @@ Simply create a new `web.config` file in your projects `public` directory and pa ``` +#### Troubleshoting + +If you do not have a favicon.ico file in your project, you can get `404 Router::notFoundException()` constantly. +To add `favicon.ico` as exception, you can add this line to the `` group: +`````` + +You can also make one exception for files with some extensions: +`````` + ### Configuration Create a new file, name it `routes.php` and place it in your library folder. This will be the file where you define all the routes for your project.