Custom redirects allow you to define permanent (301) or temporary (302) redirect rules for specific URLs. This feature is useful for managing URL changes, improving SEO, or redirecting traffic to new pages.
Configuration Options
Source URL 🔗
Enter the URL you want to redirect from.
Example:/old-page
Target URL 🚀
Specify the destination URL.
Example:https://example.com/new-page
Redirect Type 📌
Choose between:301
(Permanent)302
(Temporary)307
(Temporary Method)
Status Code 📊
Set the HTTP status code for the redirect.
Default:301
How to Use
- Navigate to Settings > Custom Redirects in the admin panel.
- Add a new redirect rule by filling in the source and target URLs.
- Save the changes to apply the redirect.
For advanced configurations, check out our Redirect Properties guide.