I am using a web server (www.domain.com)which route 53 hits and then redirects to app server(www.example.com). Now I want to retain the web server URL even after redirecting to app server. If I must write a rewrite rule on httpd. where do I must write? what do I must write? and on which file do I have to write.
Asked
Active
Viewed 159 times
0
-
you want to reverse proxy, which is different from redirect. – Daniel Ferradal Jan 31 '17 at 15:56
-
Hello ezra-s thank for that and can you please elaborate on thelines that I have to add in the proxy.conf if I am doing on web server – Sai Prashanth Feb 02 '17 at 21:13