|
Home > Archive > Apache Server configuration support > June 2007 > Redirect all traffic except one specific directory?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Redirect all traffic except one specific directory?
|
|
|
|
|
|
| Bernie Bernbaum 2007-06-23, 7:21 pm |
| "HansH" <hansh@invalid.invalid> wrote in message
news:467d8913$0$331$e4fe514c@news.xs4all.nl...
> "Bernie Bernbaum" <somebody@somedomain.not> schreef in bericht
> news:tN-dnTdS0s01GeDbnZ2dnUVZ_gidnZ2d@comcast.com...
> Thus, the two intentionally do not have matching file trees?
>
>
> Do you really just want to redirect to the other site's root ??
> RewriteRule (.*) http://destination.com/ [L]
Dude, thanks! Yes that's what I want to do. So I just took off the '$1'
and bada bing it works!
> HansH
|
|
|
|
|