Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to implement reverse proxy setup in my local system. I have one website example - www.nawaz-data.com and it has main content. and I have another domain example - www.nawaz-proxy.com.

Requirement :

Need how do i setup for reverse proxy. When i request to www.nawaz-proxy.com than it should be redirect to www.nawaz-data.com where i have actual website content. I have tried to setup inbound and outbound rule but unable to get result it shows : HTTP Error 403.14 - Forbidden as this domain has no content, i want to redirect this url to another url where content has stored.

What I have tried:

i haVe installed IIS windows 10
i have installed URL Rewrite
i have installed Application Request Routing Cache - in that i have enable proxy setting 
Posted
Updated 21-Oct-19 20:58pm
v2

 
Share this answer
 
v2
Comments
Mohammad Nawaz 22-Oct-19 0:46am    
hey Rickzeelan,
As given your Url I have successfully implemented Reverse proxy setup, I have another issue, I want to provide generic error message from reverse proxy server where whenever any issue found in any server from that proxy server, I want to show error page to user, I don't want to invest time in error handling in every website. I just want handle error page on proxy server..
Mohammad Nawaz 22-Oct-19 6:12am    
When i stop first site where my code is deployed than instead give 500 - internal server error it gives 404 resource not found, how do handle to this?
thanx for sharing this information i will really appreciate your post.
 
Share this answer
 
Comments
Richard Deeming 22-Oct-19 11:18am    
If you want to reply to a solution, click the "Have a Question or Comment?" button under that solution and post a comment.

DO NOT post your comment in the "Add your solution here" box.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900