Skip to content

Commit 91bbb7c

Browse files
committed
Updated Readme
1 parent aabe51e commit 91bbb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
## How
55
All requests are redirected to `index.php` with the help of the `.htaccess`.<br>
6-
The `controller/controller.router.php` will render the current page(based on the first value of `$_SERVER["QUERY_STRING"]`) and if it is not available inside the `page\*.php` folder, `page\404.php` will be rendered instead.
6+
The `controller/controller.router.php` will render the current page(based on the first value of `$_SERVER["QUERY_STRING"]`).
77

88
## Troubleshooting
99
Should something went wrong, please check if the included `.htaccess` file actually exists and `mod_rewrite` is available.<br>

0 commit comments

Comments
 (0)