Search found 2 matches
- Wed May 18, 2016 8:01 pm
- Forum: 3rd Party Software
- Topic: Tutorial VestaCP + Let'sEncrypt en Español v1.0
- Replies: 15
- Views: 32868
Re: Tutorial VestaCP + Let'sEncrypt en Español v1.0
will be a good idea !
- Thu Apr 21, 2016 7:26 pm
- Forum: 3rd Party Software
- Topic: Tutorial VestaCP + Let'sEncrypt en Español v1.0
- Replies: 15
- Views: 32868
Re: Tutorial VestaCP + Let'sEncrypt en Español v1.0
Vaya funciona muy bien, aplicado en CentOS 6.7, sin problema, el detalle seria la re dirección automática de http a https.
agregar a .httacces
Eso utilice para solucionarlo
agregar a .httacces
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}