Taiowas Posted September 8, 2013 Share Posted September 8, 2013 (edited) Hallo, Habe da ein kleines Problem ich möchte die Sprache automatisch über die .htaccess nach Herkunftsland auswählen.Ich habe folgenden Code benutzt: RewriteCond %{HTTP:Accept-Language} ^.*sv.*$ [NC] RewriteCond %{HTTP:Accept-Language} !^.*en.*de.*sv.*$ [NC] RewriteRule ^index\.html?$ /sv.php [L,R=301] RewriteRule ^index\.html?$ /de.php [L,R=301] RewriteRule ^index\.html?$ /en.php [L,R=301] Leider funktioniert der nicht bzw ich komme immer auf die Deutsche Seite obwohl ich eine Schwedische IP Adresse habe. Ich dachte mir das die Auswahl über die IP Adresse am besten funktioniert. Weis nicht ob der Code falsch ist oder was da los ist. Vielleicht könnt ihr mir helfen. Liebe Grüße Olly Edited September 8, 2013 by Taiowas (see edit history) Link to comment Share on other sites More sharing options...
eleazar Posted September 8, 2013 Share Posted September 8, 2013 Schau mal hier im englischen Forum. Da haben wir das unlängst noch diskutiert: http://www.prestashop.com/forums/topic/232417-automatic-language-detection/ Link to comment Share on other sites More sharing options...
Taiowas Posted September 8, 2013 Author Share Posted September 8, 2013 Hi eleazar, Danke für den tipp. Soweit ich das beurteilen kann funktioniert das. Liebe grüße Olly Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now