✅ Option 1: Redirect (easiest)
What happens: when someone visits
epk.yourband.com, they get sent toyourmusictools.com/epk/your-epk-name.What they see in the browser bar:
yourmusictools.com/epk/your-epk-name.
Steps:
Log in to the place where you manage your domain
yourband.com(your domain provider, e.g. GoDaddy, Cloudflare, Squarespace, etc.).Go to the DNS settings for
yourband.com.Add a new DNS record:
Type: CNAME
Name/Host:
epkPoints to/Value:
yourmusictools.com
Save your changes.
⚡ Important: this only connects the subdomain. To make sure it forwards to your specific EPK page (/epk/your-epk-name), you need a redirect rule:
If using Cloudflare:
Go to Rules → Page Rules
Create a rule:
URL pattern:
https://epk.yourband.com/*Forwarding URL → 301 redirect →
https://yourmusictools.com/epk/your-epk-name/$1
If your provider supports “Web Forward/Redirect”:
Source:
epk.yourband.comDestination:
https://yourmusictools.com/epk/your-epk-nameType: Permanent (301)
✅ Option 2: Keep your own subdomain in the bar (advanced)
What happens: when someone visits
epk.yourband.com, they stay on that address, but the content is loaded fromyourmusictools.com/epk/your-epk-name.What they see in the browser bar:
epk.yourband.com.
Steps:
DNS setup (same as above):
CNAME record for
epk→yourmusictools.com
Ask your hosting provider (or tech person) to set up a “reverse proxy.”
Send them this message:
“Please set up
epk.yourband.comas a reverse proxy to show the content fromhttps://yourmusictools.com/epk/your-epk-name/.
I want the browser to keep showingepk.yourband.comin the address bar.”
Which should you choose?
Option 1 (Redirect): easiest, fastest, SEO-friendly
Option 2 (Proxy): keeps your own subdomain in the address bar, looks cleaner, but requires tech setup
⚡ Tip: If you’re not technical, start with Option 1. It works at almost any domain provider.
Guide: Use Cloudflare to connect your EPK subdomain
We’ll connect epk.yourband.com → https://yourmusictools.com/epk/your-epk-name using Cloudflare’s free plan.
Step 1 — Create a free Cloudflare account
Create a free account.
Add your domain
yourband.com.Choose the Free Plan (that’s enough).
Step 2 — Update your nameservers at TransIP
After adding your domain, Cloudflare will give you 2 new nameservers (for example
dora.ns.cloudflare.comandjack.ns.cloudflare.com).Log in to your TransIP Control Panel.
Go to Domain → DNS Settings for
yourband.com.Replace the TransIP nameservers with the Cloudflare ones.
Save changes.
⚡ It may take a few hours for the change to fully propagate.
Step 3 — Add your subdomain in Cloudflare DNS
In Cloudflare, go to your domain
yourband.com.Open DNS → Records.
Add a new record:
Type: CNAME
Name:
epkTarget:
yourmusictools.comKeep the orange cloud ON (Proxy enabled).
Save.
Now epk.yourband.com exists and points to yourmusictools.com.
Step 4 — Create a Page Rule (redirect)
In Cloudflare, go to Rules → Page Rules.
Click Create Page Rule.
For “If the URL matches,” enter:
https://epk.yourband.com/*Choose the action: Forwarding URL (301 – Permanent Redirect).
Enter the destination URL:
https://yourmusictools.com/epk/your-epk-name/$1(replace
your-epk-namewith your actual EPK name)Save & Deploy.
Done!
When someone types
epk.yourband.com, they’ll be redirected straight to:https://yourmusictools.com/epk/your-epk-nameBecause it’s handled by Cloudflare, it will also automatically work over HTTPS (with the padlock in the browser).
⚡ Tip: This is the easiest way to do it without running your own server.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article