ComboStrap - Request Router
About
The request router is the entry point of all requests made on your website.
It will redirect them to the correct page, even protect your website against bad behavior.
Features
Permanent Url
When you choose a permanent url or you share your page with a permalink, the router will route this request to the correct page.
Missing Page
In case of missing page, the router can redirect:
- a reader (ie public or search engine) to the best page following an algorithm.
Scanning Protection
Bad actors are scanning your web server for vulnerability, when they do, we ban them.
Configuration
enableUrlManager
The configuration enableUrlManager permits to disable/enable the router entirely.