Hello,
I have a website example.com and created a new blog site in another server. I tried reverse proxy in apache config to load the site https://example.com/blog/ like below,
ProxyPreserveHost On
ProxyPass /blog http://1.2.3.4/blog/
ProxyPassReverse /blog http://1.2.3.4/blog/
Its working fine when I disabling “Proxy” in DNS settings like below,
If I enable it site not working. It says “The requested URL /blog was not found on this server”
Please help to resolve this.
Thanks.
