WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<link rel="stylesheet" href="[b]<?php echo TEMPLATE_DIR;?>[/b]/css/style.css">
ich empfehle dir, bei der Gelegenheit alle Seitenaufrufe auf https umzubiegen
=www.domain.de
Hosting panel sagt mir nichts. Dublicated content auch nicht viel.
ErrorDocument 404 http://www.domain.de/index.phpRewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.(html?|php)\ HTTP/RewriteRule ^index\.(html?|php)$ http://www.domain.de/ [R=301,L]<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_NAME} =www.domain.de [OR] RewriteCond %{SERVER_NAME} =domain.de RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]</IfModule>
AddDefaultCharset UTF-8RewriteEngine on### Pfad zur selbst angelegten 404 Seite angeben und # am Anfang entfernen, ansonsten ist die Zeile unwirksam#ErrorDocument 404 /pages/error404.php ### HTTPS / SSL / www #### First rewrite to HTTPS: Don't put www. here. If it is already there it will be included, if not the subsequent rule will catch it.RewriteCond %{HTTPS} offRewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]# Now, rewrite any request to the wrong domain to use www.RewriteCond %{HTTP_HOST} !^www\. RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
ErrorDocument 404 http://www.domain.de/index.php
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.(html?|php)\ HTTP/RewriteRule ^index\.(html?|php)$ http://www.domain.de/ [R=301,L]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_NAME} =www.domain.de [OR] RewriteCond %{SERVER_NAME} =domain.de RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
</IfModule>