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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,8 @@ Class that controls Friendly URL. It is focused on SEO best practices.
7
7
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).
8
8
9
9
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