Skip to content

django-cms/temporary-redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django CMS Temporary Redirects

This is a project that forwards specific URLs to other URLs using a temporary redirect (302) HTTP status. All other options including URL records in DNSimple and django redirect packages uniquely use a permanent redirect code (301).

As browsers cache 301 redirects indefinitely client-side, 302s are needed when a redirect is subject to frequent change.

About

Temporary (302) redirects to deploy to netlify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors