Re: [users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-19 Thread Ujjwal Kumar
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 > >

Re: [users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-17 Thread Ujjwal Kumar
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

[users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-16 Thread Ujjwal Kumar
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