ErrorDocument 503 http://www.mypartnersite.com/music
>
>...
>
>
> should do what you describe.
>
> Pete
>
> On Sat, Sep 17, 2011 at 07:28:39PM +0530, Ujjwal Kumar wrote:
> > /music is not a directory, it is just a URL which is routed to some
> >
for
www.mysite.com/electronics and www.mysite.com/mobiles [ ie give out 503 as
it is]
How to set this up?
On Fri, Sep 16, 2011 at 9:36 PM, Mark Montague wrote:
> On September 16, 2011 2:58 , Ujjwal Kumar
> wrote:
>
>>
>> * /music is not a physical directory
>>
&g
I want to redirect only if there is an error (server status 503). Without
the error, this is the redirect script, which works fine:
Redirect /music http://google.com/music
Redirect /talk http://pidgin.com/some_gtalk_url
But, this redirects /music to http:// google.co/music in all cases. I want
th