Jump to content
xt:Commerce Community Forum

Mandatenshop Domain ohne www auf wwwdomain.e umleiten


gravurXXL.de

Recommended Posts

Hier nochmal als Gesamtpaket, vielleicht hilft dir das.

DirectoryIndex index.php


RewriteEngine on

RewriteBase /


RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l


RewriteRule .* index.php


RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$

RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Link to comment
Share on other sites

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...