[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Redirect Web page



>

Hi Ian

>>Ian Eblamo wrote:

>> How can i redirect a web page?

set Proxy Requests On this will allow redirections to be used

           ProxyRequests on


Then put in a proxy pass from  "/ " for your whole site or "/whatever/"
for a sub folder or page name as required

             ProxyPass /otherstuff/ http://www.netserv.net

you can use ProxPassReverse to hide the real identity of the server you
transfer to


            ProxyPassReverse  /otherstuff/ http://www.netserv.net

You can also to redirections using rewrite rules but they are more
complex

if you need any more help give me a shout

Adam...





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]