Results 1 to 3 of 3

Thread: SSL login, but not for trackers

  1. #1
    sebek is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    96

    Default SSL login, but not for trackers

    Hello
    I would like to force https (security reasons) on my sugar, but not for url trackers in campaigns. I don't want certificate notifications for customers).

    Is this possible and how? I could make a redirect in apache for / , but then url trackers are broken.
    I've been searching the forum, but found no answer.

    Thank you


    Sugar 5.2e CE
    Apache 2
    PHP 5.2.6
    OpenSuse 11.0

  2. #2
    dtokeefe's Avatar
    dtokeefe is offline Sugar Community Member
    Join Date
    Mar 2005
    Location
    Sao Paulo, Brasil
    Posts
    671

    Default Re: SSL login, but not for trackers

    The first rewrite condition below shows how to exclude images from forced https. You can exclude campaign_tracker in a similar way.

    RewriteCond %{REQUEST_URI} !.*\.(gif|png|jpg)$
    RewriteCond %{HTTPS} !=on
    ReWriteCond %{SERVER_PORT} !^443$

    RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]

    Please post here your working solution.

    Best regards,

    David
    David O'Keefe
    Lampada Global Services
    SugarCRM Gold Partner
    USA: +1 908 998-2278
    BR: +55 11 3237-3110
    Skype: dtokeefe
    Email: equipe@lampadaglobal.com
    www.lampadaglobal.com

    Lampada Global delivers enterprise software and offshore programming services to customers around the world.

  3. #3
    sebek is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    96

    Default Re: SSL login, but not for trackers

    Not quite sure how to do that....

    Lets say i've setup apache so, that everithing that comes to http://mysugar.domain.com/ get redirected to https.

    Now i just want to exclude trackers from this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Trackers & Site URL Problems PLEASE HELP
    By sykes2810 in forum Marketing/Campaign Management
    Replies: 1
    Last Post: 2009-06-24, 01:55 PM
  2. customized e-mails and trackers
    By alefra in forum Marketing/Campaign Management
    Replies: 0
    Last Post: 2009-02-26, 04:09 PM
  3. Replies: 3
    Last Post: 2008-12-18, 01:43 PM
  4. VMWare and trackers
    By jag7720 in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-11-17, 05:22 AM
  5. Shared Campaign Trackers
    By mikesugar in forum Feature Requests
    Replies: 0
    Last Post: 2006-06-29, 08:55 PM

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
  •