Results 1 to 2 of 2

Thread: https for logins only?

  1. #1
    mylspace is offline Sugar Community Member
    Join Date
    Aug 2009
    Posts
    21

    Question https for logins only?

    is it possible to run https for secured logins only ie. not run https across all pages? i know a redirect can be done via .htaccess rewrite rule as follows:

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule .* https://www.yourdomain.com/%{REQUEST_URI} [R,L]

    using sugar pro 6.0, SSL cert installed and good to go for said domain.

  2. #2
    mylspace is offline Sugar Community Member
    Join Date
    Aug 2009
    Posts
    21

    Question Re: https for logins only?

    has anybody managed to configure https for logins only, not system wide?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Different logins for different departments
    By AndreFourie in forum General Discussion
    Replies: 1
    Last Post: 2010-02-09, 01:18 PM
  2. multiple logins possible
    By sacramentojoe in forum Developer Help
    Replies: 5
    Last Post: 2008-03-19, 07:21 PM
  3. Retaining Theme Between Logins
    By mcgibbon in forum Help
    Replies: 0
    Last Post: 2007-01-19, 07:08 PM
  4. Tracking User Logins
    By redelstein in forum Help
    Replies: 2
    Last Post: 2006-09-20, 11:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •