# Redirect Sites

Permanent redirects for domains can be defined with redirect sites. The redirect sites can be added to multiple domains. All requests to the domain are forwarded to the defined target domain.&#x20;

{% hint style="info" %}
The forwarding takes place as a permanent redirect with the status code 301
{% endhint %}

## Add redirect site&#x20;

To create a new redirect site, click on the dropdown icon next to the button to create a new site. Enter the name of the new site and confirm the process by clicking on the **Add Site** button.

## Configuration of the redirect site

After the redirect site has been successfully created, it can be edited by clicking on the name of the site.&#x20;

### Target domain&#x20;

The domain to which all requests should be forwarded.&#x20;

{% code title="Example" %}

```
example.com
```

{% endcode %}

### Redirect-Mode

Mit dem Redirect-Modus kann gesteuert werden wie sich die Weiterleitung verhalten soll.

| Quelle           | Normal          | Explizit    |
| ---------------- | --------------- | ----------- |
| mydomain.com     | example.com     | example.com |
| mydomain.com/foo | example.com/foo | example.com |

## Assign site

The site is assigned to a domain in the domain configuration.
