You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## How
5
5
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"]`).
7
7
8
8
## Troubleshooting
9
9
Should something went wrong, please check if the included `.htaccess` file actually exists and `mod_rewrite` is available.<br>
0 commit comments