This guide will help you understand how redirects work in our documentation system. Redirects are used to send users from one URL to another, ensuring that all users can access the correct information even if the URL has changed.
Common Use Cases
- Page Renaming: When a page is renamed, a redirect is used to send users to the new URL.
- Domain Changes: If the domain of the website changes, redirects are used to maintain access to the content.
- Temporary Maintenance: During temporary maintenance, a redirect can be used to direct users to a message or alternative page.
How to Create a Redirect
To create a redirect, follow these steps:
- Go to the Redirects section in the admin panel.
- Click on "Add New Redirect".
- Enter the old URL and the new URL.
- Choose the type of redirect (301 - Permanent, 302 - Temporary).
- Save the redirect.
Redirect Types
- 301 - Permanent: This is the most common type of redirect. It tells search engines that the content has permanently moved to a new URL.
- 302 - Temporary: This type of redirect tells search engines that the content will be temporarily moved to a new URL.
Troubleshooting
If you encounter any issues with redirects, here are some common solutions:
- Check the URLs: Ensure that the old and new URLs are correct.
- Clear Cache: Sometimes, your browser might cache the old URL. Clearing the cache can help resolve this issue.
- Contact Support: If the problem persists, contact our support team for assistance.
For more detailed information about redirects, please visit our Redirects FAQ.
Redirects Example