← Back to team overview

clearcorp team mailing list archive

[Bug 955658] [NEW] Apache http redirection to https is wrong

 

Public bug reported:

apache redirection should state:

RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

** Affects: openerp-ccorp-scripts
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of CLEARCORP
development team, which is subscribed to OpenERP CLEARCORP Scripts.
https://bugs.launchpad.net/bugs/955658

Title:
  Apache http redirection to https is wrong

Status in OpenERP CLEARCORP Scripts:
  New

Bug description:
  apache redirection should state:

  RewriteEngine On

  RewriteCond %{HTTPS} off
  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-ccorp-scripts/+bug/955658/+subscriptions


Follow ups

References