> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/9.1.x/content-designers/search-engine-optimization/domain-redirects.md).

# Domain Redirects

### What Is Domain Redirects?

The domain redirect is accessed through Domain Redirects. The user can add the domain redirects through the domain redirect table which consists of the domain from which it needs to be redirected, the subpath, and the complete URL destination to which it needs to be redirected. The module also supports the usage of wildcard redirecting, thus many requests can be handled with one instance of domain redirect.

### Who Can Manage the URL Redirects?

By default on Varbase, there are default roles that can manage URL Redirects and they are:

* Super Admin
* SEO Admin
* Site Admin

### How to Manage the Domain Redirects?

As a Super Admin, Site Admin, or SEO Admin, please navigate to **Administration \ Configurations \ Search and metadata \ Redirect \&#x20;*****Domain Redirects***.

![Managing URL redirects](/files/Y545dImu9PzOjV2KA3HF)

Follow these steps on how to manage the domain redirects:

1. Fill in the *From domain* field
2. Fill in the *sub path* fields - *add "/\*" that means any path*
3. Fill in the *Destination* field
4. Click the *Save* button

When filling in the *From domain* field, you are just simply saying from where the users will be redirected to the *Destination.*

Example:&#x20;

example.com/\* => redirected.com


---

# 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://docs.varbase.vardot.com/9.1.x/content-designers/search-engine-optimization/domain-redirects.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.
