You are here

README.txt in Match Redirect 7

Match Redirect
--------------

This module provides redirecting based on path patterns with wildcards. This 
functions much like how block page visibility works. You specify a pattern like 
"old-blog/*" and a target like "new-blog" and all pages under old-blog will be 
redirected to new-blog.

Features
--------

* Pattern matching allowing wildcard redirects
* Redirect code choice (301, 302, etc)
* Filters out existing pages so they won't be redirected (unless overridden)
* Loop protection (no chaining redirects allowed)

File

README.txt
View source
  1. Match Redirect
  2. --------------
  3. This module provides redirecting based on path patterns with wildcards. This
  4. functions much like how block page visibility works. You specify a pattern like
  5. "old-blog/*" and a target like "new-blog" and all pages under old-blog will be
  6. redirected to new-blog.
  7. Features
  8. --------
  9. * Pattern matching allowing wildcard redirects
  10. * Redirect code choice (301, 302, etc)
  11. * Filters out existing pages so they won't be redirected (unless overridden)
  12. * Loop protection (no chaining redirects allowed)