From ebeca952cf572f15ce78f5b903cd598288b3dc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Wed, 8 Nov 2017 04:09:41 +0100 Subject: [PATCH] Revert "V3 development" --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index f416e0d..7817f6a 100644 --- a/README.md +++ b/README.md @@ -212,18 +212,6 @@ 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: -`````` - -If you are using `$_SERVER['ORIG_PATH_INFO']`, you will get `\index.php\` as part of the returned value. By sample: -```/index.php/test/mypage.php``` - ### 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.