Search found 1 match
- Thu Nov 06, 2014 7:19 pm
- Forum: Web Server
- Topic: Vesta is Crazy
- Replies: 7
- Views: 9677
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 Rewrit...