Make wildcard to 404 page
I want to make all my subdomains that is not already in use to https://404.stio.studio
I am using GitHub
I want example https://hi.stio.studio too give me my costume 404 page or send me to https://404.stio.studio (counts on what works)
(I have problems as github says in the docs that you should not redirect a wildcard to your github: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages#custom-domain-names-that-are-unsupported)
8 Replies
Would this work:
A - * - 404.stio.studio
?
No it does not
Umm some help please?
@stio_studio try adding
*.stio.studio*
to your pages custom routesyou’re not using cloudflare pages?
No I use GitHub
you might need to go to github discord server or aomething
I am gonna try cloudflare pages
It works but not the way I wanted because it takes over my assets too