Replies: 2 comments 3 replies
-
The location should be a forward slash: |
Beta Was this translation helpful? Give feedback.
3 replies
-
I want to forward my domain to a specific login form. Please help. xyz.com to /support/user.php If I am doing custom location, its not loading user.php |
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 am trying to set up a redirect with the NPM.
My goal is to point from a domain with /subname to servers running in the background. Unfortunately subdomains are not possible or the whole thing should run dynamically at some point.
Example:

Client1 -> name.domain.com/test1 --> server 1 port 80
Client2 -> name.domain.com/test2 --> server 2 port 80
How can I implement this in the NPM have now already tried some things in the interface but do not make it.
Can someone help me here please?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions