|
Rewrite rules don't actually "hide" URLs, they just change them. In order to have a dynamic value be passed to the script it must be visible in the URL. You could, however, use a rewrite rule to add a static GET parameter to a URL that doesn't have one or to convert a visible part of the URL into a GET parameter.
|