Replies: 2 comments
-
In fact, all the examples everywhere (that I found) only show how to redirect subdomains. Maybe my assumption that you can also forward the main domain itself is wrong? If it can be done, how? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I figured it out myself: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I just set up NPM on a VPS, but I ran into the following issue:
All the subdomains resolve correctly, i.e. I can visit
diy.viktak.com
, but I cannot visitviktak.com
. In fact, what I noticed is, that if I enterhttp://viktak.com
, it works, but if I enterhttps://viktak.com
, it doesn't. Since that is the default of most current browsers, it is a problem for me.My domain is at Cloudflare. I tried disabling all caches, entered Development mode, but no luck...
Any idea what might have gone wrong?
Beta Was this translation helpful? Give feedback.
All reactions