I have tried different things like below but no luck :
Redirect "/" "REPLACE WITH YOUR COMPLETE URL"
in virtual host.Redirect permanent "/one" "Replace with your complete URL"
in virtual host.- Outside Virtual Host:
<Location "/"> Redirect permanent "REPLACE WITH YOUR COMPLETE URL" </Location>
But in all the cases, URL in the browser changes to the replaced URL, which we don't want.
Actual values :
/
to be redirected to /olyweb
How would I use URL Masking or something which can redirect internally but don't reflect on browser.