Skip to content

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=2

The subparagraphs read as follows:

the termexampledescribed
base URLhttps://www.example.com/blog/news?page=2
URI path/blog/news
query parameterspage=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.