I have the following URL which displays a normal static website: www.example.com
. This site is hoted on Amazon.
I want to make all urls starting with www.example.com/redirect
to redirect to another hosting account that I have. Note that I also want the host to be at the above domain (i.e., it is not a re-direct to another url here).
If this account is located at 1.23.345.678
. What do I need to change in the .htaccess
file in order to do this redirect?
Have a look at the Redirect and RedirectMatch directives.