2006 17:02
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 ^/(.*)
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
Foster, Stephen (ASPIRE) wrote:
# =
# Rewrite to HTTPS Settings
# =
RewriteCond %{HTTP_HOST} !^online\.domain\.com [NC]
RewriteCond %{HTTP_HOST} !^$
Use lexicographically equal (!="") here instea
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 %{REQU
hi all,
quick newbie question if i may. I have been playing about with re-write
rules today in order to acheive the behaviour i want, the situation i
currently have is that i need to match and effect the following:
1: All requests to something other than the the FQDN should be written to
the FQDN