Re: [EMAIL PROTECTED] RewriteRule trouble

2007-10-22 Thread Krist van Besien
On 10/22/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 10/22/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > > On 10/22/07, BP Jonsson <[EMAIL PROTECTED]> wrote: > > > How should I write a rewrite rule so that it appears to > > > visitors that they are at http://foo(.*) but the files > > > res

Re: [EMAIL PROTECTED] RewriteRule trouble

2007-10-22 Thread Joshua Slive
On 10/22/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > On 10/22/07, BP Jonsson <[EMAIL PROTECTED]> wrote: > > How should I write a rewrite rule so that it appears to > > visitors that they are at http://foo(.*) but the files > > reside at http://bar/site/foo? Supposing that the rewrite > > rule

Re: [EMAIL PROTECTED] RewriteRule trouble

2007-10-22 Thread Krist van Besien
On 10/22/07, BP Jonsson <[EMAIL PROTECTED]> wrote: > How should I write a rewrite rule so that it appears to > visitors that they are at http://foo(.*) but the files > reside at http://bar/site/foo? Supposing that the rewrite > rule is in a .htaccess under the foo root directory, what > should it l

[EMAIL PROTECTED] RewriteRule trouble

2007-10-22 Thread BP Jonsson
How should I write a rewrite rule so that it appears to visitors that they are at http://foo(.*) but the files reside at http://bar/site/foo? Supposing that the rewrite rule is in a .htaccess under the foo root directory, what should it look like? TIA, /BP -