Instalace ssl – https šifrování
Nákup na https://www.ssls.cz/ Apache <VirtualHost *:80> ServerName xx.cz ServerAlias *.xx.cz ServerAlias xx.cz DocumentRoot /var/www/xxxx <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/xxxx> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> RewriteEngine on RewriteCond %{HTTPS} off RewriteRule