We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df90d2 commit bcbb243Copy full SHA for bcbb243
README.md
@@ -8,7 +8,7 @@
8
9
<b>Step 1 - .htaccess file</b>
10
create an .htaccess file in the root of your project and fill it with the code below:
11
-````
+```
12
<IfModule mod_rewrite.c>
13
<IfModule mod_negotiation.c>
14
Options -MultiViews
@@ -119,8 +119,7 @@ $response = $resolver->resolve([
119
'uri' => $_SERVER['REQUEST_URI'],
120
'method' => $_SERVER['REQUEST_METHOD'],
121
]);
122
-
123
124
125
<b>When a route is not found an RouteNotFoundException will be thrown</b>
126
<p>Its posible to catch this exception and display a good looking 404 page, the try catch block will look something like this</p>
0 commit comments