Update README.md
Para HTTPS
This commit is contained in:
parent
f0463d221c
commit
eded6d93dd
15
README.md
15
README.md
@ -71,11 +71,26 @@ INSTALACION
|
|||||||
|
|
||||||
SOLUCIÓN DE PROBLEMAS
|
SOLUCIÓN DE PROBLEMAS
|
||||||
|
|
||||||
|
Milfs HTTPS:
|
||||||
|
|
||||||
|
Es necesario modificar el archivo
|
||||||
|
https://github.com/humano/milfs/blob/master/milfs/index.php
|
||||||
|
|
||||||
|
Buscar la linea (Linea 5):
|
||||||
|
$xajax = new xajax();
|
||||||
|
|
||||||
|
Y cambiar la por
|
||||||
|
$xajax = new xajax("https://URLSITE/milfs/index.php");
|
||||||
|
|
||||||
|
- O el lugar para en donde este instalado su instancia de MILFS
|
||||||
|
|
||||||
Si tiene problemas para visualizar imagenes en una conexión segura prueba editar el archivo
|
Si tiene problemas para visualizar imagenes en una conexión segura prueba editar el archivo
|
||||||
https://github.com/humano/milfs/blob/master/milfs/images/secure/index.php
|
https://github.com/humano/milfs/blob/master/milfs/images/secure/index.php
|
||||||
Linea 22 cambiando HTTP por HTTPS
|
Linea 22 cambiando HTTP por HTTPS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DISFRUTALO.
|
DISFRUTALO.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user