Apache Webserver
Revision as of 14:37, 22 May 2017 by Author (talk | contribs) (→Redirects for Browser with .htaccess)
Redirects for Browser with .htaccess
Redirect Browser by Language to other Websites Create a .htaccess at the Webspace and enter:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP:Accept-Language} ^de [NC] RewriteRule ^$ /linux-support-deutsch [L,R=301] RewriteRule ^$ /linux-support-english [L,R=301] </IfModule>
This will redir German and International Users to two different Sites.