HTTP: Rewriter
Bastian Neumann (contact me)
This class can rewrite request variables by parsing the request URI in a similar way to what the Apache module mod_rewrite does but without using regular expression based rules.
It allows to map a request to an URL like http://webseite.com/pages/index.1.html into the equivalent to a request to http://website.com/index.php?method=pages&page=1 .
The mapping is performed by a script that handles page access errors by using the class to rewrite the request variables.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Good (80.0%)
| -
| Sufficient (60.0%)
| -
| -
| Not sure (51.5%)
| 1172 |
Click here for detailed information about this class on phpclasses.org