You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
link to channel via _redirects and CNAME thanks to Chris:
Hi Rob,
CNAMEs can only point to hostnames, not paths. So you won't be able
to make "channel.marbletrack3.com" point to anything more specific
than "youtube.com" that way. Redirects probably is the way to go -
those can point wherever. Something like this should work.
set domain alias for channel.marbletrack3.com on a site you already
have here (that's like adding another custom domain, in the same place
in the Domain config) set up DNS of channel.marbletrack3.com CNAME
pointing to wonderful-bhabha-dfd1ef.netlify.com (yup, same place as www)
add this redirect to _redirects:
https://channel.marbletrack3.com/*https://youtube.com/channel/mygreatchannel 301!
On Wed, Oct 17, 2018 at 05:04 PM, "Rob Nugen" wrote:
> be me
> move site to Netlify
> oh no subdomains broke
> try _redirect
> no good
> create CNAME
> https://app.netlify.com/account/dns/marbletrack3.com
channel.marbletrack3.com --> youtube.com/channel/mygreatchannel
> wait an hour
> refresh still not working
> use greentext for support
> refresh still not working
<whatdo.gif>
e465162#commitcomment-30949261
The text was updated successfully, but these errors were encountered: