Fork me on GitHub

Plugin Url Rewriter

Introduction

This plugin is based on the Paul Tuckey's UrlRewriteFilter project

This plugin allows to define more friendly url to access to the site pages. Here is some default rules defined by the plugin :

New url For
/page/n /jsp/site/Portal.jsp?page_id=n
/app/xpage /jsp/site/Portal.jsp?page=xpage
/map /jsp/site/Portal.jsp?page=map

Configuration

The file that contains all rewriting rules is WEB-INF/plugins/urlrewriter/urlrewrite.xml. See the UrlRewriteFilter documentation to set your own rules.