Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Using Rewrite and/or Alias |
|
Author |
|
david.livelsberger
Joined: 18 Jan 2017 Posts: 8 Location: Detroit, Michigan, USA
|
Posted: Wed 18 Jan '17 20:09 Post subject: Using Rewrite and/or Alias |
|
|
Running Centos 6.8, Apache 2.2.15
I have an internal application with a public facing login page to be used by our clients.
Client logs into to https://<URL>.com which redirects to the internal site at https://hopper.<domain>.com/PORTAL/STARTUP.php.
The client login page resides on an external web server and is only used to redirect to the internal site.
https://hopper.<domain>.com resides inside our firewall.
The redirect is working fine.
The client doesn't like the URL name https://hopper.<domain>.com after the redirect occurs. How do I change that URL to an alias that will be display the brand of the client? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 26 Jan '17 14:05 Post subject: |
|
|
How is the redirect done? by the APP?
You can always use a reverse proxy to hide an url. |
|
Back to top |
|
|
|
|
|
|