@@ -29,12 +29,15 @@ When you have the Base URL **https://www.example.com/** and imagine the followin
2929
3030We use the following terms:
3131
32- ======== ============================
33- Base URL **https://www.example.com/ **
34- URI path /blog/news/2022/10
35- Route /blog/news/2022/10
36- Query page=2
37- ======== ============================
32+ ========== ============================ =========================================
33+ Term Example Description
34+ ========== ============================ =========================================
35+ Base URL **https://www.example.com/ ** Base URL is often denoted as **baseURL **.
36+ URI path /blog/news/2022/10
37+ Route path /blog/news/2022/10 The URI path relative to the Base URL.
38+ It is also called as **URI string **.
39+ Query page=2
40+ ========== ============================ =========================================
3841
3942Base URL contains Sub folders
4043-----------------------------
@@ -45,12 +48,15 @@ When you have the Base URL **https://www.example.com/ci-blog/** and imagine the
4548
4649We use the following terms:
4750
48- ======== ====================================
49- Base URL **https://www.example.com/ci-blog/ **
50- URI path /ci-blog/blog/news/2022/10
51- Route /blog/news/2022/10
52- Query page=2
53- ======== ====================================
51+ ========== ==================================== =========================================
52+ Term Example Description
53+ ========== ==================================== =========================================
54+ Base URL **https://www.example.com/ci-blog/ ** Base URL is often denoted as **baseURL **.
55+ URI path /ci-blog/blog/news/2022/10
56+ Route path /blog/news/2022/10 The URI path relative to the Base URL.
57+ It is also called as **URI string **.
58+ Query page=2
59+ ========== ==================================== =========================================
5460
5561.. _urls-remove-index-php :
5662
0 commit comments