Skip to content

Client Portal Domain URL forward to /client #6453

Answered by turbo124
jashan8 asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on which webserver you are using you could use a redirect/rewrite rule to push all users from / to /client

You would then also need another vhost to handle your own login to the admin portal.

in NGINX this would look like

location = / {
  return 301 /client;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jashan8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants