| | 16 | === Activación en EgroupWare === |
| | 17 | |
| | 18 | * https://intranet.cta.org.ar/rpc.php |
| | 19 | |
| | 20 | {{{ |
| | 21 | You need to set mbstring.func_overload to 0 for rpc.php. |
| | 22 | You should access this URL only with a SyncML enabled device. |
| | 23 | }}} |
| | 24 | |
| | 25 | Colocar lo siguiente en el .htacess a la base de la instalación de EgroupWare |
| | 26 | {{{ |
| | 27 | <Files rpc.php> |
| | 28 | php_value mbstring.func_overload 0 |
| | 29 | Order allow,deny |
| | 30 | Allow from all |
| | 31 | </Files> |
| | 32 | }}} |
| | 33 | |
| | 34 | Esta bien activo cuando uno ve este mensaje. |
| | 35 | |
| | 36 | {{{ |
| | 37 | You should access this URL only with a SyncML enabled device. |
| | 38 | }}} |
| | 39 | |