Pages - custom domain inheritance #200612
Unanswered
ChadCleveland
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Pages
Body
Hello,
I have a couple repos that I want to serve to the public from a custom domain, but am unable to get it working. From what I have been able to determine via docs, if I want to use a shared custom domain for multiple repos, I need to add an "umbrella" repo that is the same name as the organization account name. The project repos then don't have a custom domain setting enabled, but are intended to inherit the custom domain configuration from the account-name-matched repo.
My configuration:
Custom domain: cdn.thehotline.us
Visibility: public
Umbrella repo: the-hotline (which is the org name)
When I visit cdn.thehotline.us, it loads the repo successfully.
Project repo: thl-site-feedback
Visibility: public
When I visit cdn.thehotline.us/thl-site-feedback/thl-site-feedback.js, I get a GitHub branded 404 error
"404
File not found
The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL as well as any file permissions.
For root URLs (like http://example.com/) you must provide an index.html file.
Read the full documentation for more information about using GitHub Pages."
What am I missing?
Thank you in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions