Apache redirect HTTP na HTTPS
Tricks apacheDo sekce pro virtualhost port 80 (
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
comments powered by DisqusDo sekce pro virtualhost port 80 (
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
comments powered by Disqus