Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Thu Nov 06, 2014 7:19 pm
- Forum: Web Server
- Topic: Vesta is Crazy
- Replies: 7
- Views: 9746
Re: Vesta is Crazy
Do I understand correctly that you want to direct the http visitors to https automatically? You can force visitors to use SSL by creating a file in your public_html folder. The file should be called .htaccess and it should contain the following:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80 ...
RewriteEngine On
RewriteCond %{SERVER_PORT} 80 ...