HTTP: Url Rewriter
Cesar D. Rodas (contact me)
This class can be used to redirect requests based on URL rewriting rules.
It can check whether the current request URL matches one or more rules.
If one of the defined rules is matched, the class determines the path of a PHP script that will handle the request and executes that script using the PHP require command.
If none of the rules matches, the class include the default error script and returns the 404 status code to the browser.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (62.5%)
| Sufficient (65.6%)
| Sufficient (65.6%)
| -
| -
| Not sure (56.9%)
| 841 |
Click here for detailed information about this class on phpclasses.org