AW: Kompletter Shop mit SSL
Bei uns funktioniert es, auch wenn ich die Domain ohne https eingebe, komme ich gleich auf die https-Seite.
<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteCond %{HTTPS} off
   RewriteRule ^(.*)$ https://www.domain.de/$1 [r=301,L]
   RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ includes/sitemap.php?datei=$1 [L]
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^. index.php [L]
</IfModule>
Was nicht funktioniert ist spdy (JTL- 
Hosting):
[h=2]Report Details[/h]
Network Server on 443Nice, this host has a network service listening on port 443. SPDY works over 
SSL/TLS which usually listens on port 443.
SSL/TLS DetectedGood, this host is speaking 
SSL/TLS. SPDY piggybacks on top of SSL/TLS, so a website needs SSL/TLS to use SPDY.
Valid X.509 CertificateThis website is responding with a valid 
X.509 certificate.  X.509 certificate errors can cause the browser to display warning  messages and to stop speaking with the website, so using a valid  certificate is an essential step to supporting SPDY.
Missing NPN Extension in SSL/TLS HandshakeSorry, but this server is not including an 
NPN Entension during the SSL/TLS handshake. The NPN Extension is an additional part of the 
SSL/TLS ServerHello message  which allows web servers to tell browsers they support additional  protocols, like SPDY. SSL/TLS servers that don't use send the NPN  Extension cannot use SPDY because they have no way to tell the browser  to use SPDY instead of HTTP.
SPDY Capable Server Detected!Well awesome! This SSL/TLS web server is identifying itself as Apache. This is a SPDY capable web server! Go check your server for modules or newer versions which have SPDY support enabled.
HTTP Redirects to HTTPSNice  job! Accessing this website via HTTP automatically redirects the user  to access the website via SSL/TLS. Even though this website doesn't  support SPDY yet, this is a good thing. It forces the website's visitors  to use SSL/TLS, which makes it easier to offer SPDY support to all  capable browsers at some point in the future.
Not Using Strict-Transport-SecurityThis  website is not using HSTS, also known as Strict Transport Security.  HSTS is a special HTTP response header, sent by the web server on  content served over SSL, which tells the browser to always use SSL when  talking to this website. HSTS not only adds security, but improves  performance since your visitors will always exclusively use the SSL  version of your website, allowing them to also use SPDY.