Account setup and configuration
This guide covers everything you need to configure your Quickleap account for production use, including authentication, domain verification, DNS configuration, and security settings.Account creation
Sign up methods
Quickleap offers multiple authentication options:Email and password
- Navigate to the Quickleap signup page
- Enter your email address
- Create a secure password
- Click Create Account
- You’ll be logged in immediately (no email verification required)
OAuth authentication
Quickleap supports OAuth authentication with popular providers: Google OAuth:- Click Sign in with Google
- Select your Google account
- Authorize Quickleap to access your profile
- You’ll be redirected to your dashboard
- Click Sign in with GitHub
- Authorize the Quickleap application
- You’ll be redirected to your dashboard
OAuth authentication provides a faster signup experience and eliminates the need to manage another password.
Account security
Your Quickleap account is secured using industry-standard practices:- All authentication is handled through SuperTokens
- Passwords are hashed and never stored in plain text
- OAuth tokens are securely encrypted
- API requests require authentication via session tokens
- HTTPS is enforced for all connections
Domain verification
Before your redirects become active, you must verify ownership of your domains. This ensures security and prevents unauthorized use of domains you don’t control.Verification process
Create a redirect
First, create a redirect in your Quickleap dashboard:
- Click Add Redirect
- Enter your domain name in the From domain field
- Configure your redirect settings
- Click Create Redirect
Configure DNS records
Update your domain’s DNS settings to point to Quickleap:
For root domains (example.com)
Add an A record pointing to Quickleap’s IP address:| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ | [Quickleap IP address] | 3600 |
For subdomains (www.example.com, app.example.com)
Add a CNAME record pointing to Quickleap’s domain:| Type | Name | Value | TTL |
|---|---|---|---|
| CNAME | www | [Quickleap CNAME target] | 3600 |
Wait for DNS propagation
DNS changes can take time to propagate:
- Minimum: A few minutes
- Maximum: Up to 48 hours
- Typical: 1-4 hours
Check DNS propagation
Verify in dashboard
Once DNS has propagated, verify your domain:
- Go to your Quickleap dashboard
- Find the redirect in your list
- Click Verify Domain
- Quickleap will check your DNS configuration
- If successful, your domain status changes to Verified
Verify domain via API
SSL certificate provisioning
After verification, Quickleap automatically provisions SSL certificates:
- Certificates are issued via Let’s Encrypt or similar CA
- Provisioning typically takes 5-10 minutes
- Certificates auto-renew before expiration
- Both HTTP and HTTPS work, with optional HTTPS enforcement
You don’t need to do anything for SSL certificates. Quickleap handles the entire process automatically.
DNS configuration
Common DNS providers
Configuration steps for popular DNS providers:Cloudflare
- Log in to Cloudflare
- Select your domain
- Go to DNS settings
- Click Add record
- Add the A or CNAME record as specified by Quickleap
- Important: Set the proxy status to DNS only (gray cloud)
- Save the record
AWS Route 53
- Open Route 53 console
- Select your hosted zone
- Click Create record
- Choose Simple routing
- Add the A or CNAME record values
- Set TTL to 300-3600 seconds
- Create the record
Google Domains / Cloud DNS
- Go to Google Domains or Cloud DNS
- Select your domain
- Navigate to DNS settings
- Click Manage custom records
- Add the A or CNAME record
- Save changes
Namecheap
- Log in to Namecheap
- Go to Domain List
- Click Manage next to your domain
- Go to Advanced DNS
- Add the A or CNAME record
- Save all changes
Advanced DNS configurations
Multiple subdomains
You can redirect multiple subdomains by creating separate records:Multiple subdomain configuration
Wildcard domains
For wildcard redirects (e.g.,*.example.com):
Wildcard configuration
Wildcard SSL certificates may take longer to provision (up to 30 minutes).
Redirect configuration
Redirect types
Quickleap supports two HTTP redirect types:301 - Permanent redirect
Permanent redirect example
- Permanent domain changes
- Brand migrations
- Consolidating multiple domains
- Transferring SEO value to a new domain
- Search engines transfer ranking signals to the new domain
- Link equity is preserved
- Best for long-term or permanent changes
302 - Temporary redirect
Temporary redirect example
- Temporary campaigns
- A/B testing
- Seasonal promotions
- Maintenance redirects
- Search engines don’t transfer ranking signals
- Original domain retains its SEO value
- Best for short-term or testing scenarios
Path forwarding
Path forwarding preserves the URL path structure: Enabled:Enable path forwarding when migrating a site to maintain URL structure and preserve SEO value for individual pages.
Query parameter forwarding
Query forwarding preserves URL query parameters: Enabled:Enable query forwarding to preserve campaign tracking parameters (UTM codes), referral codes, and other query-based functionality.
Analytics sampling
Control what percentage of traffic is tracked for analytics:Sampling rate configuration
1.0- Track 100% of traffic (default, recommended for most use cases)0.5- Track 50% of traffic0.1- Track 10% of traffic (good for very high-traffic domains)0.01- Track 1% of traffic
Lowering the sampling rate reduces analytics data volume but also reduces precision. For high-traffic sites (>1M hits/day), consider using sampling to keep costs down.
Managing redirects
View all redirects
Retrieve all your redirects via the dashboard or API:Get user redirects
Update a redirect
Modify an existing redirect’s configuration:Update redirect
Delete a redirect
Remove a redirect when no longer needed:Delete redirect
Next steps
Now that your account is configured:Create your first redirect
Follow the quickstart guide to set up a working redirect
Set up advanced rules
Create intelligent redirects based on conditions
Explore analytics
Monitor and analyze your redirect traffic
API integration
Automate redirect management with the API
Troubleshooting
Domain verification failing
Issue: Domain verification fails when clicking “Verify Domain” Solutions:- Ensure DNS records are configured correctly (check for typos)
- Wait longer for DNS propagation (up to 48 hours)
- Use DNS checking tools to verify propagation
- Check that you’re using the correct record type (A vs CNAME)
- Verify TTL is set appropriately (3600 or lower)
Redirect not working after verification
Issue: Domain is verified but redirect doesn’t work Solutions:- Wait 5-10 minutes for SSL certificate provisioning
- Clear browser cache or test in incognito mode
- Check that redirect is enabled in dashboard
- Verify DNS is pointing to Quickleap (not cached old values)
- Test with curl to see actual HTTP response
SSL certificate not provisioning
Issue: HTTPS doesn’t work even after verification Solutions:- Wait up to 30 minutes for certificate issuance
- Ensure domain verification completed successfully
- Check that DNS is configured correctly
- Verify no CAA records blocking certificate issuance
- Contact support if issue persists after 1 hour
Cloudflare proxy conflicts
Issue: Redirect doesn’t work when using Cloudflare Solutions:- Disable Cloudflare proxy (change from orange cloud to gray cloud)
- Set DNS to “DNS only” mode in Cloudflare
- Alternatively, use Cloudflare Page Rules for redirects
Get help
If you encounter issues not covered here:- Check the API reference for detailed endpoint documentation
- Review common issues in our knowledge base
- Contact support at admin@lazyweb.rocks