| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
 
 Thank You! Steffen
 
 Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |  | 
 | 
| | 
| | 
|  Topic: home page redirect |  |  
| Author |  |  
| haze 
 
 
 Joined: 06 Jun 2007
 Posts: 4
 
 
 | 
|  Posted: Thu 27 Sep '07 23:55    Post subject: home page redirect |   |  
| 
 |  
| I want to do a home page redirect 
 http://www.example.com should redirect to http:www.example.com/home/
 
 This works with a
 Redirect 301 /index.html http://www.example.com/home/
 
 
 But the problem is I have a reverse proxy setting for the entire root:
 
 ProxyPass / http://proxyhost:592/
 ProxyPass Reverse http://proxyhost:592/
 
 Is there a way to achieve this redirect without changing configuration in the proxied host?
 
 I tried to disable Proxy for just a file
 ProxyPass /index.html !
 but it doesn't seem to work
  |  |  
| Back to top |  |  
| James Blond Moderator
 
  
 Joined: 19 Jan 2006
 Posts: 7442
 Location: EU, Germany, Next to Hamburg
 
 |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |