Can something like this be done for link generation within the pages as well?
From the wrappers you have full control over the content too, so you can
rewrite the "href" attributes of links too, supposed these attributes are "static", i.e. you don't create them dynamically in the browser with some JavaScript concatenation trick.

Practically this is how most (e.g. PHP) frameworks use mod_rewrite to hide their implementation, or just offer a REST like URL structure.

Adrian.

Reply via email to