Possible Duplicate:
Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask?
I have a folder ~/Branches/
that is accessible via apache2 at localhost/~me/
. Now I have localhost/~me/branches_index/web/index.php
that I would like to make available at localhost/~me/branches_index/
So how can I redirect from /~me/branches_index/
to /~me/branches_index/web/
from the /Branches/branches_index/
folder?
I tried, but I did not succeed.
Endless loop:
Redirect /~me/branches_index/ /~me/branches_index/web/
Put /web/
at the front:
Redirect / /web/