From 74177a20828e6d6a7de107419eb3bd54ec3d46da Mon Sep 17 00:00:00 2001 From: Juan Antonio Tubio Date: Sat, 4 Nov 2017 00:59:52 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ec7749f..f416e0d 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,9 @@ To add `favicon.ico` as exception, you can add this line to the `` g 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.