We have this set up in apache to ensure ssl. Here is an example (and this one can't be solved easily through CF).
#rewrite http://cfide/administrator to http://site/cfide/administrator RewriteCond %{Request_URI} ^/cfide/administrator [NC] RewriteCond %{HTTPS} ^off$ [NC] RewriteRule ^/(.*) https://www.sitename.com/$1 [NC,L,R] Russ > -----Original Message----- > From: Jim Wright [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 5:08 PM > To: CF-Talk > Subject: Re: OT: IIS URL rewriter? > > Not having used a URL rewriter, I may be off here, but is it going to > solve either one of your issues? The domain.com>>www.domain.com issue > can be solved with a 301 redirect...in cf you can detect what the host > header is, and then redirect using something like: > <cfheader statuscode="301" statustext="Moved permanently"> > <cfheader name="Location" value="http://www.domain.com"> > > And I don't see how a URL rewriter is going to solve the SSL issue. > IIS has the ability to require SSL (although not real good > capabilities to automatically redirect to https, if I remember > correctly). Does a URL rewriter generally give you that kind of > control? > > On 3/1/06, Jim McAtee <[EMAIL PROTECTED]> wrote: > > I've noticed a lot of other web sites these days redirecting > > http://domain.com to http://www.domain.com. And I've read that serving > a > > web site under both host names may invoke a duplicate content penalty in > > some search engines. > > > > We'd also like to use a URL rewriter to force certain areas or pages of > > the site, such as http://www.domain.com/myaccount/ to use SSL/https, > while > > expressly keeping any other areas of the same site from being served > using > > SSL. > > > > What is a good URL rewriter that can be used with both IIS 5 and IIS 6? > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233810 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

