gravurXXL.de Posted May 20, 2009 Report Share Posted May 20, 2009 Hallo, wie mache ich das meine Domain bei den Mandaten die url ohne www umgeleitet wird mit www. Dies kann ich ja bei der .htaccess machen, aber wenn 3 Domain ins gleiche Verzeichnis sind geht das nicht so wie ich will. Gruß Grubi Link to comment Share on other sites More sharing options...
df:bug Posted May 20, 2009 Report Share Posted May 20, 2009 Hallo, das kannst du auch über das Control-Panel vom Hoster machen, was setzt der denn ein? Schau mal nach Domain-Einstellungen, dort dann die gewünschten Weiterleitungen einrichten. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
Baskosehund Posted May 20, 2009 Report Share Posted May 20, 2009 RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$ RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Link to comment Share on other sites More sharing options...
df:bug Posted May 20, 2009 Report Share Posted May 20, 2009 Hallo, oder so funktioniert das auch. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
gravurXXL.de Posted May 20, 2009 Author Report Share Posted May 20, 2009 RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$ RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Alles klar danke Link to comment Share on other sites More sharing options...
steinbrock Posted May 20, 2009 Report Share Posted May 20, 2009 hallo. wenn ich das script bei mir in der .htaccess einfüge zerbombt es mir den ganzen shop. ich habe zwar keinen mandanten shop aber würde schon gerne auch von der http://webshop.de auf die http://www.webshop.de umleiten da die shoplizens ja leider nur für eine domain gültig ist. mfg Link to comment Share on other sites More sharing options...
df:bug Posted May 20, 2009 Report Share Posted May 20, 2009 Hallo, was hast du den bei den Shop-Einstellungen für eine URL angegeben? Mit www oder ohne? Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
steinbrock Posted May 20, 2009 Report Share Posted May 20, 2009 Shop-Domain: www.webshop.de URL-http: http://www.webshop.de URL-https: https://www.webshop.de SSL: kein Haken Status: Haken domain ist aber auch mit www. für den shop registriert Link to comment Share on other sites More sharing options...
Baskosehund Posted May 20, 2009 Report Share Posted May 20, 2009 Hast du den ModRewrite aktiviert? Link to comment Share on other sites More sharing options...
steinbrock Posted May 20, 2009 Report Share Posted May 20, 2009 im Shop Admin Mod Rewrite URL: ist auf true als aktiviert gesetzt und beim Server auch, damals gleich bei der Installation akiviert. Könnte es vielleicht auch am Php SaveModus liegen? da dieser bei der Shopinstallation nicht aktiviert werden konnte. mfg Link to comment Share on other sites More sharing options...
Baskosehund Posted May 20, 2009 Report Share Posted May 20, 2009 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 More sharing options...
df:bug Posted May 20, 2009 Report Share Posted May 20, 2009 Hallo, hast noch einen kleinen Schreibfehler? RewriteCond %{REQUEST_URI} !^/extAdmin/[/CODE] Meinst du xtAdmin? Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
Baskosehund Posted May 20, 2009 Report Share Posted May 20, 2009 Mhhh das ist an sich die Standard htaccess von Veyton wenn ich mich nicht irre. Da steht das so drin. Link to comment Share on other sites More sharing options...
siegeradler Posted October 20, 2009 Report Share Posted October 20, 2009 RewriteCond %{HTTP_HOST} ^[^.]*\.[^.]*$ RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Das funktioniert bei mir nicht ganz. Die Hauptdomain klappt, aber die Subdomain nicht. Beim IE7 schon, aber bei Firefox 3.5 nicht. Kann ich noch was anderes machen? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.