Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 820 Bytes

Build Status

URL Rewriter Plugin

Create rewrite rules for your site, based on CMS documents.

URL Rewriter is a servlet filter that is installed before the HST filter in your site application. It is an extension of Paul Tuckey's UrlRewriteFilter, but instead of a packaged xml file the filter is fed with data from CMS documents. So dynamically manageable instead of statically!

Documentation

Documentation is available at onehippo-forge.github.io/url-rewriter

The documentation is generated by this command:

mvn clean site:site

The output is in the docs directory; push it and GitHub Pages will serve the site automatically.