To redirect to an internal address, one can preserve the URL with a regular mod rewrite P-Flag. But to redirect to an outside address you will get a 403 forbidden if you do it with the P-Flag. In that case, you have use mod_proxy as follows: To redirect www.domain.com/search to http://domain.everyzing.com/ and mask the url (have apache act as a gateway)
Note that we need to run the following first
|
Apache >