RE: [EMAIL PROTECTED] Help with re-write rules

2006-08-15 Thread Foster, Stephen (ASPIRE)
, for the heartbeat and server-status pages. many thanks for your input. Steve -Original Message- From: Robert Ionescu [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 20:36 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with re-write rules Foster, Stephen (ASPIRE) wrote

RE: [EMAIL PROTECTED] Help with re-write rules

2006-08-15 Thread Foster, Stephen (ASPIRE)
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with re-write rules On 8/14/06, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: RewriteCond %{HTTP_HOST} !^online\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://online.domain.com

Re: [EMAIL PROTECTED] Help with re-write rules

2006-08-14 Thread Joshua Slive
On 8/14/06, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: RewriteCond %{HTTP_HOST} !^online\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://online.domain.com:%{SERVER_PORT}/$1 [R] RewriteCond %{REQUEST_URI} !^/heartbeat/heartbeat.htm RewriteCond

Re: [EMAIL PROTECTED] Help with re-write rules

2006-08-14 Thread Robert Ionescu
Foster, Stephen (ASPIRE) wrote: # = # Rewrite to HTTPS Settings # = RewriteCond %{HTTP_HOST} !^online\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ Use lexicographically equal (!=) here instead