I am trying to get the community URL rewriter working, despite the fact that it was last maintained for v11 before the plugin became paid-only.
I’ve followed the documented install steps (Hippo URL Rewriter – Installing), but the bootstrap content does not load. I’ve tried to copy it manually from the project into my CMS console, but I get an error “urlrewriter is not a registered namespace prefix.” Is there some way to register this prefix manually? I tried editing my project’s CND file with no success.
I’m also unsure what triggers the additional option to appear in the dropdown in the CMS content view, as simply adding folders at the root level isn’t enough.
I manually added the translations from the 3 JSON files in the CMS console (I only did the english versions to save time)
I overrode the version of org.tucky.urlrewritefilter used by the project to 4.0.4-h3. This is necessary because the plugin-specified version, 4.0.4-h2, introduces a google guava version conflict with BrXM 13. The override was accomplished by adding an org.tucky.urlrewritefilter dependency to the pom files for the site components and cms-dependencies projects and setting the version there.
Hopefully this will help if anybody has to work through the same process in the future.