Redirect has stopped working

Hi, @j3ys5k, the behavior of redirects have changed. This happened on April 7th and there is more information about this here:

The redirect rule for this site is this:

/         https://gtrbusinesssystems.com

All redirects are 301 redirects (not forced) by default if no status is given. So this was a redirect which used to be forced incorrectly (which is a bug) and we changed that behavior.

If you always want to force this redirect, you can do so by updating that rule like so:

/         https://gtrbusinesssystems.com/ 301!

You might also change this rule so any URL at the site redirects to the new domain with a wildcard like so:

/*         https://gtrbusinesssystems.com/ 301!

That rule above will redirect all URLs for this site to the target (https://gtrbusinesssystems.com/).

Note, we did also email the account owner more than once about these changes before they took effect. I show the first email sent on Mar 12, 2020 at 11:22 am PST/PDT and that it was successfully delivered. The most recent email (April 1st) was “bounced” but the two emails before about this redirect change did get delivered successfully.

If there are other question about this, please let us know.