> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.spreadsimple.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to set up redirects

The Redirects feature allows you to set up redirection by path for your custom domain. 

For example, if you have already indexed your website and then decided to move your website to SpreadSimple, you can use redirects feature to set up redirection from your old page that was already indexed to your new page like this: `example.com/page-1/` to `example.com/page-1` 

Or set a redirection from one page to another one: `example.com/page-1` to `example.com/page-2`. 

## To set redirect rules

1. In your website Manage options go to the **Settings Tab -> Redirects** menu:

![](https://storage.crisp.chat/users/helpdesk/website/918f9541750fe800/1_wyt3om.png)

2. Enter the paths **from** which you want to redirect and **to** which one in the corresponding fields: 

![](https://storage.crisp.chat/users/helpdesk/website/918f9541750fe800/2_twguru.png)

3. Select status code (the server response code):

![](https://storage.crisp.chat/users/helpdesk/website/918f9541750fe800/3_12gsofo.png)

**301** - Moved Permanently
**302** - Moved Temporarily
**303** - See Other
**307** - Temporary Redirect
**308** - Permanent Redirect

| Quick tip: Not sure what status code you should use? Leave the default status (301), it should work well in most of the cases 

And save the changes.

|| Please note that you can set redirection only using **the path of your custom domain**, e.g. example.com/page. 
|| It is not possible to set redirects for SpreadSimple subdomain spread.name, e.g. example.spread.name/page -> example.com/page.
