Within Aero, Redirects allow you to divert traffic from on URLs to another. Aero, including standard redirect codes.
Among other things, this is useful for handling missing pages.
Redirect Codes
Aero allows you to assign the following standard HTTP redirect status codes.
Code | Purpose | Description |
---|---|---|
301 | Moved Permanently | This and all future requests should be directed to the given URI |
302 | Found | Tells the client to look at (browse to) another URL |
308 | Permanent Redirect (RFC 7538) | The request and all future requests should be repeated using another URI |