I have a client and a server set up on separate droplets, both using Apache. I have a DNS resource record set up so the client can be accessed with foo.bar.com instead of its IP. But to connect it to the server, the URL still needs to be foo.bar.com/?~~[serverip]:[serverport], which is messy and impossible to remember.
How can I make it so that foo.bar.com redirects to that full URL? Or alternatively, make foo.bar.com/baz into an alias for the full URL?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Figured it out. Put this line in the client’s .htaccess file:
Sir, tq so much. 😍. This will be helpful for my new project