URI Mapping app
Developer productivity Incubator Version 2.0.0 Magnolia 6.3 compatible[1]
The URI Mapping app module provides a content app for creating Virtual URI mapping via the user interface instead of pure configuration. It is possible to activate/deactivate and publish the mappings.
| 
 | 
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
  <groupId>info.magnolia.uri.mapping</groupId>
  <artifactId>magnolia-uri-mapping-app</artifactId>
  <version>2.0.0</version>
</dependency>Usage
The following are important points to consider:
- 
It is not possible to define Uri mappings at the root level, so you must first create a folder. 
- 
It is not possible to edit or rename a Uri mapping while its active. 
- 
You can see the active state of the Uri mapping in the 'active' column. 
- 
To activate/deactivate the Uri mapping, use the corresponding Action from the Actionbar. 
| 
 | 
