On 8/17/2010 12:14 PM, Craig White wrote:
> Is there some easy way to rewrite just the base URL to another URL but
> leave all other URL's unmolested?
>
> i.e.
>
> http://www.example.com = rewrite to another URL
>
> http://www.example.com/files = deliver from the assigned subdirectory
>
> obviousl
On Tue, 17 Aug 2010, Craig White wrote:
> Is there some easy way to rewrite just the base URL to another URL but
> leave all other URL's unmolested?
>
> i.e.
>
> http://www.example.com = rewrite to another URL
>
> http://www.example.com/files = deliver from the assigned subdirectory
RedirectM
On Tuesday, August 17, 2010, Craig White wrote:
> Is there some easy way to rewrite just the base URL to another URL but
> leave all other URL's unmolested?
>
> i.e.
>
> http://www.example.com = rewrite to another URL
>
> http://www.example.com/files = deliver from the assigned subdirectory
>
On Tue, 2010-08-17 at 18:28 +0100, James Hogarth wrote:
> Look into either redirectmatch if no mod_rewrite or rewriterule with
> mod_redirect
>
> On 17 Aug 2010 18:14, "Craig White" wrote:
> > Is there some easy way to rewrite just the base URL to another URL
> but
> > leave all other URL's unmol
Look into either redirectmatch if no mod_rewrite or rewriterule with
mod_redirect
On 17 Aug 2010 18:14, "Craig White" wrote:
> Is there some easy way to rewrite just the base URL to another URL but
> leave all other URL's unmolested?
>
> i.e.
>
> http://www.example.com = rewrite to another URL
>
Is there some easy way to rewrite just the base URL to another URL but
leave all other URL's unmolested?
i.e.
http://www.example.com = rewrite to another URL
http://www.example.com/files = deliver from the assigned subdirectory
obviously this...
Redirect / http://www.other_url.com
redirects ev
6 matches
Mail list logo