You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module uses 301's for redirects, which are good for SEO
However 301's get cached in browers and you cannot undo them, which makes the pretty risky
Something we could do to mitigate this risk is to use a 302 for X number of days (perhaps 2 days?) after a UrlRedirect DataObject has been modified, and then automatically switch to 301 after that
The text was updated successfully, but these errors were encountered:
This module uses 301's for redirects, which are good for SEO
However 301's get cached in browers and you cannot undo them, which makes the pretty risky
Something we could do to mitigate this risk is to use a 302 for X number of days (perhaps 2 days?) after a UrlRedirect DataObject has been modified, and then automatically switch to 301 after that
The text was updated successfully, but these errors were encountered: