We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1990b6 commit b663775Copy full SHA for b663775
1 file changed
user_guide_src/source/libraries/uri.rst
@@ -204,7 +204,13 @@ to an on-page anchor. Media URI's can make use of them in various other ways.
204
URI Segments
205
============
206
207
-Each section of the path between the slashes is a single segment. The URI class provides a simple way to determine
+Each section of the path between the slashes is a single segment.
208
+
209
+.. note:: URI Segments mean only the URI path part relative to the baseURL. If
210
+ your baseURL contains sub folders, the values will be different from the
211
+ current URI path.
212
213
+The URI class provides a simple way to determine
214
what the values of the segments are. The segments start at 1 being the furthest left of the path.
215
216
.. literalinclude:: uri/023.php
0 commit comments