Title: Browser language redirection
Last modified: August 19, 2016

---

# Browser language redirection

 *  776319
 * [17 years, 9 months ago](https://wordpress.org/support/topic/browser-language-redirection/)
 * Hi there. I have a multilingual wordpress blog and I would like to have my guest
   be redirected (on server-side) to pages that reflect their language.
 * I use qTranslate plugin that transform URLs in that way:
 * site.com <— preferred language
    site.com/fr/ <— french page site.com/it/ <— italian
   page
 * and so on. I’ve searched for a lot of time a way to accomplish this but without
   fortune. I can’t find appropriate plugin nor other techniques that work well.
   Did you know how to do this?
 * I’ve tried to change my .htaccess:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTP:Accept-Language} ^.*(it).*$ [NC]
       RewriteRule ^(index\.php)$ http://www.my-site.com/it/ [L,R=301]
       </IfModule>
       ```
   
 * or
 *     ```
       RewriteCond %{HTTP:Accept-Language} !en [NC]
       RewriteCond %{HTTP:Accept-Language} it [NC]
       RewriteRule .* http://www.my-site.com/it/ [R,L]
       ```
   
 * but nothing.
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  [perbeppo](https://wordpress.org/support/users/perbeppo/)
 * (@perbeppo)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/browser-language-redirection/#post-818662)
 * Same problem. I would be grateful if someone gave me some ideas.

Viewing 1 replies (of 1 total)

The topic ‘Browser language redirection’ is closed to new replies.

## Tags

 * [language](https://wordpress.org/support/topic-tag/language/)
 * [redirect](https://wordpress.org/support/topic-tag/redirect/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [perbeppo](https://wordpress.org/support/users/perbeppo/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/browser-language-redirection/#post-818662)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
