Changes between Version 4 and Version 5 of EgroupWarePatchesModulos


Ignore:
Timestamp:
Apr 3, 2010, 12:26:40 AM (14 years ago)
Author:
sebas@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EgroupWarePatchesModulos

    v4 v5  
    5050  * la version del admin por cli que usamos viene de head http://svn.egroupware.org/egroupware/trunk/admin/admin-cli.php
    5151    * simple soporta el /home y la shell cuando se crea un usuario.
     52
     53==== forzamos el https para aceder en el htaccess ====
     54   * agrego lo siguiente
     55{{{
     56RewriteEngine On
     57RewriteCond  %{SERVER_PORT} !443
     58RewriteRule  ^(.*)$ https://intranet.cta.org.ar/$1 [L,R]
     59}}}