whereto 0.4.0

whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs.

Project details 0.4.0 on PyPI

New Features

  • whereto now uses the PCRE library - the same regex library used by mod_alias - for compiling regular expressions.

Bug Fixes

  • Literal ‘$’ characters are now handled correctly when they appear in substitution strings for RedirectMatch directives.