Skip to content

Flexible redirecting of alternate domains for zope/plone

Notifications You must be signed in to change notification settings

pretagov/pretaweb.redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
============
Redirector, a folder-like Zope product that redirects the HTTP client
to a different URL.


How to use
==========

In the ZMI create a redirector object

Object looks at the subpath and host header and does 301 redirects based on it's rules.

This is designed to be used in conjunction with virtual host monster (VHM). Setup VHM to point a domain to your global redir object in your zope root as would a Plone site. Then add redirector rules to determine where to redirect the user. For example, all urls in an old domain name, to the same subpath on a new domain.

Rules are of the form::

  DOMAIN_REGEX/PATH_REGEX NEW_URL


About

Flexible redirecting of alternate domains for zope/plone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages