> For the complete documentation index, see [llms.txt](https://clients.medianova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clients.medianova.com/products/dns/redirect/manage-redirect.md).

# Manage Redirect

You can manage **Redirect** under DNS in the [Medianova Control Panel](https://cloud.medianova.com) or via [API](https://clients.medianova.com/api-documentation/dns/redirect).

\
Log in to the Medianova Control Panel, go to **DNS** in the left sidebar, and navigate to the **Redirects tab**.

<figure><img src="/files/48E7bQJ9qvWfWLNo09Oy" alt="" width="563"><figcaption><p>Redirect list view in the Medianova Control Panel</p></figcaption></figure>

### Create a Redirect

{% stepper %}
{% step %}
**Click Create in the top-right corner.**
{% endstep %}

{% step %}
**Fill in the required fields:**

* **Domain** – The source domain (e.g., `example.com`)
* **Path** – Root `/` or a subpath (e.g., `/blog`)
* **Target URL** – Full destination URL including `https://`
* [**Redirect Type**](/products/dns/redirect/types-of-redirects.md) – Select **301 (Permanent)**, **302 (Temporary)**, or **Masking**
* [**Redirect Options**](/products/dns/redirect/redirect-options.md) – Configure Path Forwarding, Query Forwarding, HTTPS, and Tags if needed

<figure><img src="/files/7XpfTaomEW2TxkCNhz1x" alt=""><figcaption><p>Create Redirect screen</p></figcaption></figure>
{% endstep %}

{% step %}
**Click Save to apply the rule.**
{% endstep %}

{% step %}
**Verify the redirect in the list view or by testing in a browser.**
{% endstep %}
{% endstepper %}

### Edit a Redirect

{% stepper %}
{% step %}
**Find the redirect rule in the list.**

<figure><img src="/files/eHSnIGqq75URnLLYjUCO" alt=""><figcaption><p>Delete Redirect confirmation screen</p></figcaption></figure>
{% endstep %}

{% step %}
**Click the three-dot menu and select Edit.**
{% endstep %}

{% step %}
**Update the fields or options.**
{% endstep %}

{% step %}
**Click Update to save changes.**
{% endstep %}
{% endstepper %}

### Delete a Redirect

{% stepper %}
{% step %}
**Find the redirect rule in the list.**
{% endstep %}

{% step %}
**Click the three-dot menu and select Delete.**
{% endstep %}

{% step %}
**Confirm the deletion.**

The redirect is removed immediately.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://clients.medianova.com/products/dns/redirect/manage-redirect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
