Tag: Multishop

Multishop htaccess www 2 nonwww

Multishop htaccess www 2 nonwww Bei einem Multishop sind die rewriteconditions wie folgt: #mandant1.de RewriteCond %{HTTP_HOST} ^www\.shop1\.de$ [NC] RewriteRule ^(.*)$ https://shop1.de/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^\.shop1\.de$ [NC] RewriteRule ^(.*)$ https://shop1.de/$1 [L,R=301] #mandant2.de RewriteCond %{HTTP_HOST} ^www\.shop2\.de$ [NC] RewriteRule ^(.*)$ https://shop2.de/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^\.shop2\.de$ [NC] RewriteRule ^(.*)$ https://shop2.de/$1 [L,R=301]   Redirect von (http://www… / www…) auf (https://…) …

Multishop htaccess www 2 nonwww Weiterlesen »