Quickleap’s domain redirect management system allows you to create and configure redirects from one domain to another with precise control over how traffic is handled.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/dishant0406/quickleap/llms.txt
Use this file to discover all available pages before exploring further.
Redirect types
Quickleap supports two types of HTTP redirects, each serving different use cases:Permanent redirects
HTTP 301 - Indicates that the resource has permanently moved to a new location. Search engines will update their indexes to the new URL.
Temporary redirects
HTTP 302 - Indicates that the resource is temporarily available at a different location. Search engines maintain the original URL in their indexes.
Permanent redirects are ideal for domain migrations, rebranding, or consolidating multiple domains. Temporary redirects work well for maintenance pages, A/B testing, or seasonal campaigns.
Creating a redirect
To create a new redirect:- Navigate to your dashboard and click Create redirect
- Enter your From Domain (domain-only format required)
- Enter your To Domain (destination URL)
- Choose your redirect type (permanent or temporary)
- Configure optional forwarding settings
- Set your analytics sampling rate
- Click Create to activate the redirect
Configuration options
Path forwarding
Path forwarding automatically appends the path from the source URL to the destination URL.- Enabled
- Disabled
When a user visits
olddomain.com/products/item, they are redirected to newdomain.com/products/itemWhen path forwarding is enabled, your To Domain should not include a path since the original path will be automatically appended.
- Toggle “Do you want to forward the path?” when creating or editing a redirect
- Default: Disabled
- Compatible with query forwarding
Query forwarding
Query forwarding preserves URL query parameters from the source URL and appends them to the destination URL.- Enabled
- Disabled
When a user visits
olddomain.com?utm_source=email&ref=campaign, they are redirected to newdomain.com?utm_source=email&ref=campaignWhen query forwarding is enabled, your To Domain should not include query parameters since the original parameters will be automatically appended.
- Toggle “Do you want to forward the query?” when creating or editing a redirect
- Default: Disabled
- Ideal for preserving UTM parameters and tracking codes
Sampling rate
The sampling rate controls what percentage of redirect traffic is tracked for analytics purposes.How sampling rate works
How sampling rate works
The sampling rate is a value between 0% and 100% that determines how much traffic data is collected:
- 100%: Track every single redirect (maximum analytics detail)
- 50%: Track half of all redirects (reduces analytics volume by 50%)
- 10%: Track 10% of redirects (minimal tracking for high-volume redirects)
- 0%: No tracking (redirects still work, but no analytics are collected)
- Set to 100% for new redirects to gather complete data
- Reduce to 10-25% for high-traffic redirects to optimize performance
- Set to 0% to disable analytics entirely for privacy-sensitive redirects
Adjusting the sampling rate does not affect redirect functionality - it only controls analytics data collection.
Managing redirects
Updating a redirect
You can modify redirect configuration at any time:- Locate the redirect in your dashboard
- Click the edit icon or select the redirect
- Update the To Domain, redirect type, or forwarding settings
- Adjust the sampling rate if needed
- Click Update to save changes
The From Domain cannot be changed after creation. To redirect from a different domain, create a new redirect.
Deleting a redirect
Deleting a redirect is permanent and immediate:- Find the redirect you want to remove
- Click the delete icon
- Confirm the deletion
Best practices
Use permanent redirects for migrations
When moving content permanently, use 301 redirects to maintain SEO rankings and update search engine indexes.
Enable path forwarding for site moves
When migrating an entire site, enable path forwarding to ensure all pages redirect to their corresponding new locations.
Preserve query parameters
Enable query forwarding to maintain UTM tracking codes and campaign parameters through redirects.
Start with 100% sampling
Begin with full analytics tracking, then reduce sampling rate once you understand traffic patterns.
Example configurations
Simple domain redirect
Simple domain redirect
Scenario: Redirect all traffic from
oldsite.com to newsite.com- From Domain:
https://oldsite.com - To Domain:
https://newsite.com - Redirect Type: Permanent
- Path Forwarding: Disabled
- Query Forwarding: Disabled
- Sampling Rate: 100%
Full site migration
Full site migration
Scenario: Move entire site structure from old domain to new domain
- From Domain:
https://oldsite.com - To Domain:
https://newsite.com - Redirect Type: Permanent
- Path Forwarding: Enabled
- Query Forwarding: Enabled
- Sampling Rate: 100%
Campaign redirect with tracking
Campaign redirect with tracking
Scenario: Redirect marketing domain to landing page while preserving UTM codes
- From Domain:
https://promo.example.com - To Domain:
https://example.com/campaign - Redirect Type: Temporary
- Path Forwarding: Disabled
- Query Forwarding: Enabled
- Sampling Rate: 100%
High-volume redirect
High-volume redirect
Scenario: Redirect high-traffic domain with optimized analytics
- From Domain:
https://popular.com - To Domain:
https://newpopular.com - Redirect Type: Permanent
- Path Forwarding: Enabled
- Query Forwarding: Enabled
- Sampling Rate: 25%