This works fine on production servers, but on staging and development servers we want these hrefs to refer to local dev or staging machine.
Consider adding support for configuring one or more patterns of URL rewrites so the URLs matching a particular pattern could be rewritten. This would enable the absolute URLs normally generated to be rewritten to / relative urls which would link to the local server.
Rendered HTML pages contain links to RDF resources. These links are rendered as an element with an href attribute containing the absolute URL of the resource.
This works fine on production servers, but on staging and development servers we want these hrefs to refer to local dev or staging machine.
Consider adding support for configuring one or more patterns of URL rewrites so the URLs matching a particular pattern could be rewritten. This would enable the absolute URLs normally generated to be rewritten to / relative urls which would link to the local server.