Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d888bc

Browse files
committed
update readme
1 parent 9ba8313 commit 3d888bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Choco Routes for PHP URL Friendly
22
A simple route system based in PHP for your website or projects
33

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+
410
##Usage
511
Download files and open `_routes.php` custom your project routes and that's all.
612

0 commit comments

Comments
 (0)