logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: home page redirect
Author
haze



Joined: 06 Jun 2007
Posts: 4

PostPosted: Thu 27 Sep '07 23:55    Post subject: home page redirect Reply with quote

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 Embarassed
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 03 Oct '07 12:16    Post subject: Reply with quote

Please ask at
http://forum.modrewrite.com/
Back to top


Reply to topic   Topic: home page redirect View previous topic :: View next topic
Post new topic   Forum Index -> Apache