Skip to content

Commit d0c7f77

Browse files
authored
Update README.md
1 parent 85720f8 commit d0c7f77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Class that controls Friendly URL. It is focused on SEO best practices.
77
This class __construct method accepts a initial $url to work with. Please note that the $url informed will be used as the ROOT URL (like the `<base href="$url" />` HTML tag).
88

99
It can also be omitted, but then the script will try to use $_SERVER values to build the URL.
10+
11+
---
12+
13+
## Please Note
14+
This class NEEDS a .htaccess file that redirects the user to a specific page (usually the root/home page), otherwise the URL that it will work with may result in a 5XX error family (bad access).

0 commit comments

Comments
 (0)