RE: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Rajendra Kadam -X \(rakadam - eTouch Systems at Cisco\)
Hi Pete, You said that . "Rewrite goes into infinite loop" Is that correct ? I also faced the same problem. And resolution that is when you are redirecting to some other url that particular url should not be in turn re-directed. Else it's infinite loop. See this thread : http://mail-arch

RE: [EMAIL PROTECTED] Unable to redirect ( using mod_rewrite)

2005-12-27 Thread Rajendra Kadam -X \(rakadam - eTouch Systems at Cisco\)
ME_MIN} >21700 RewriteCond %{TIME_WDAY}%{TIME_HOUR}%{TIME_MIN} <21759 RewriteRule /.* http:///downtime\.html /downtime\.html> [R,L] RewriteRule ^/$ /confluence/ [R] bye Oliver -Ursprüngliche Nachricht- Von: Rajendra Kadam -X (rakadam - eTouch Systems at Cisco) [mailto:[E

[EMAIL PROTECTED] Unable to redirect ( using mod_rewrite)

2005-12-27 Thread Rajendra Kadam -X \(rakadam - eTouch Systems at Cisco\)
Hi Folks,   I want to do time based rewrite in order to display a Downtime page during DATABASE maintenance.   Htpd.conf has following settings RewriteEngine onRewriteLog  logs/rewriteLog.logRewriteLogLevel 9   RewriteCond   %{TIME_WDAY}%{TIME_HOUR}%{TIME_MIN} >21700RewriteCond   %{TI