Hi Ian
$quoted_author = "Ian Stradling" ;
>
> Here is what I've gleaned from the log I started. FYI, I clicked on a
> link within the website that is supposed to go to ../insurance-tips/
> Anything related to /insurance-tips, /add-a-tip, /home, and / are supposed
> to NOT be HTTPS...yet, wheneve
users@httpd.apache.org
Subject: RE: [users@httpd] Rewrite Conditions & Rules
My mistake. Bottom part must be like this:
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{HTTPS} on
RewriteRule / http://www.website.com%{REQUEST_URI} [R,L]
RewriteCond %{REQUEST_UR
ns
/public_html/insurance-tips/40/54-front-end-capabilities
69.39.19.253 - - [03/Mar/2011:14:43:10 --0700]
[www.woodsins.com/sid#819b968][rid#85260c8/initial] (3) [perdir
/home/woodsins/public_html/] strip per-dir prefix:
/home/woodsins/public_html/insurance-tips/40/54-front-end-capabilities ->
e-
From: Eugene [mailto:eugene.lyse...@gmail.com]
Sent: Thursday, March 03, 2011 10:55 AM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Rewrite Conditions & Rules
My mistake. Bottom part must be like this:
RewriteCond %{REQUEST_URI} ^/$
RewriteCond %{HTTPS} on
/ http://www.website.com%{REQUEST_URI} [R,L]
-Original Message-
From: Ian Stradling
Reply-to: "users@httpd.apache.org"
To: users@httpd.apache.org
Subject: RE: [users@httpd] Rewrite Conditions & Rules
Date: Thu, 3 Mar 2011 17:39:33 +
No, unfortunately it doesn’t. When a
On Thu, Mar 3, 2011 at 5:45 PM, Ian Stradling wrote:
> I apologize, I should have specified that I did use the set of rules that
> Eugene had adjusted.
>
> The result was the same as the rules I had been using previously.
>
> I appreciate the assistance.
>
I wasn't trying to be snarky, the diffe
, March 03, 2011 10:43 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Rewrite Conditions & Rules
On Thu, Mar 3, 2011 at 5:39 PM, Ian Stradling wrote:
> No, unfortunately it doesn’t. When a visitor first goes to the website, it
> stays in HTTP. As soon as a visitor clicks on one of
On Thu, Mar 3, 2011 at 5:39 PM, Ian Stradling wrote:
> No, unfortunately it doesn’t. When a visitor first goes to the website, it
> stays in HTTP. As soon as a visitor clicks on one of the HTTPS links, the
> rewrite rules will force HTTPS for the rest of the time that the visitor is
> on the
--
From: Eugene [mailto:eugene.lyse...@gmail.com]
Sent: Thursday, March 03, 2011 9:33 AM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Rewrite Conditions & Rules
Doesn't it fit your needs?
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !^/home
R
e.com%{REQUEST_URI} [R,L]
-Original Message-
From: Ian Stradling
Reply-to: "users@httpd.apache.org"
To: users@httpd.apache.org
Subject: RE: [users@httpd] Rewrite Conditions & Rules
Date: Thu, 3 Mar 2011 16:05:54 +
Has anyone ever used mod_rewrite to try and force SSL on ce
Has anyone ever used mod_rewrite to try and force SSL on certain portions of a
website?
I feel like I'm running around in circles trying to figure it out. As a point
of reiteration, I'm using the following code:
RewriteCond %{REQUEST_URI} !^/
RewriteCond %{REQUEST_URI} !^/hom
11 matches
Mail list logo