URL rewrite Support forum url-rewrite-mapper Map URLs based on regular expression rules This package can be used to map URLs based on regular expression rules. It can take rules that define how to extract parameters from URLs. Then it can reassemble a new URL from the extracted parameters. example ...
... a string with the string-rewrite method, if you cannot (or don't) want use the buffering support. For detailed description see readme file. HN URL Rewrite Support forum hn_urlrewrite Emulate request URL rewriting and redirection PHP Programming Innovation award nominee September 2004 There is the ...
HTAccess mod_rewrite Support forum htaccess_emulation Interpret Apache .htaccess to emulate mod_rewrite This class can be used to interpret a subset Apache directives that can be defined in .htaccess configuration files. It takes as parameter the directive lines of configuration of an .htaccess ...
This package can be used to filter or purify HTML to prevent security attacks and for compliance with standards and admin. policies. It can parse HTML documents and rewrite it to filter tags and data that could be used to perform cross-site scripting (XSS) attacks. The filtered tags and data can be ...
Rewriter Support forum rewriter Rewrite request variables based on the request URI 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 ...
Relink Support forum relink Rewrite URLs based on mod_rewrite configuration This class can be used to rewrite link URLs according to mod_rewrite configuration directives. It reads an Apache configuration file to find mod_rewrite configuration directives within delimited file sections. The class ...
Simple Browser Support forum simple_browser Browse remote sites This class can be used to browse remote sites. Any one can implement browser functionality into their own site. It can request the content of remote sites and show them as if it is content of the site serving the script. Initial page ...
Clean URL Support forum cleanurl Transform URLs to make them search engine friendly Clean URL is a class that implements a method to make URLs more user and search engine friendly by removing '?' and '=' symbols from URI. This class is meant to be used in conjunction with URL rewriting Web server ...
URI Rewrite Handler Support forum rewrite-engine Rewrite request URLs split with backslashes This class can rewrite request URLs split with backslashes. It can parse the current request URL and extract the URL bits split with backslash characters. The class can also build a new URL assembling given ...
Rewrite URL Support forum rewrite-url Extract parameters from URL patterns This class can extract parameters from URL patterns. It can check the current request URL to see if it matches one of several common URL patterns. The class can extract the values of the parameters and set the respective ...