WeeSpeed URL
WeeSpeed adopts an automated URL routing design to map URLs to corresponding controllers and methods.
URL Structure
For the following URL:
https://www.example.com/blog/news? page=2The subparagraphs read as follows:
| the term | example | described |
|---|---|---|
| base URL | https://www.example.com/blog/news?page=2 | |
| URI path | /blog/news | |
| query parameters | page=2 |
Fully static URL
WeeSpeed designs index.php-free URL routing, that is, the URL does not contain index.php, and directly accesses the controller and method without having to configure pseudo-static.