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

2011-09-17 Thread Pete Houston
Untested, but: ServerName www.mysite.com ErrorDocument 503 http://www.mypartnersite.com/books ErrorDocument 503 http://www.mypartnersite.com/music ... should do what you describe. Pete On Sat, Sep 17, 2011 at

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

2011-09-17 Thread Ujjwal Kumar
/music is not a directory, it is just a URL which is routed to some specific JSP (bound with a struts action), through struts.xml and urlrewrite.xml (using tuckey). I am restating the problem with more clarity. Lets say we have 2 sites www.mysite.com and www.mypartnersite.com mysite deals with b