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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Choco Routes for PHP URL Friendly
2
2
A simple route system based in PHP for your website or projects
3
3
4
+
##Important Note
5
+
6
+
All your HTML pages must have defined the meta tag `base`, this example has a built-in variable to set this tag value dinamically. This meta tag helps mantain all your links working properly.
7
+
8
+
<base href="<?=$base_href?>">
9
+
4
10
##Usage
5
11
Download files and open `_routes.php` custom your project routes and that's all.
0 commit comments