logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Using Rewrite and/or Alias
Author
david.livelsberger



Joined: 18 Jan 2017
Posts: 8
Location: Detroit, Michigan, USA

PostPosted: Wed 18 Jan '17 20:09    Post subject: Using Rewrite and/or Alias Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 26 Jan '17 14:05    Post subject: Reply with quote

How is the redirect done? by the APP?

You can always use a reverse proxy to hide an url.
Back to top


Reply to topic   Topic: Using Rewrite and/or Alias View previous topic :: View next topic
Post new topic   Forum Index -> Apache