Title: WordPress with multiple URL
Last modified: August 19, 2016

---

# WordPress with multiple URL

 *  [jacquesletesson](https://wordpress.org/support/users/jacquesletesson/)
 * (@jacquesletesson)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-with-multiple-url/)
 * Hi guys,
 * I created a blog with 4 different languages and 4 different urls.
 * Each url is dedicated to a specific language.
 * The main url of the blog is [http://www.exemple.com](http://www.exemple.com)
 * When i use a specific url like [http://www.english-exemple.com](http://www.english-exemple.com),
   wordpress automatically transform my url to [http://www.exemple.com](http://www.exemple.com)!
 * Is there a way of keeping my dedicated url instead of the default blog one? There
   is nothing in the .htaccess field and i didn’t find any posts regarding my problem.
 * Thanks in advance for your time and your patience.
 * Jk_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [jacquesletesson](https://wordpress.org/support/users/jacquesletesson/)
 * (@jacquesletesson)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-with-multiple-url/#post-895705)
 * My ISP told me that wordpress rewrited the different url.
 * It is a problem because i need to rewrite them based on the different languages.
 * RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.exemple1.fr$ RewriteCond %{REQUEST_URI}!
   ^/fr/ RewriteRule (.*) /fr/$1
 * RewriteCond %{HTTP_HOST} ^www.exemple2.be$
    RewriteCond %{REQUEST_URI} !^/it/
   RewriteRule (.*) /it/$1
 *  Thread Starter [jacquesletesson](https://wordpress.org/support/users/jacquesletesson/)
 * (@jacquesletesson)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-with-multiple-url/#post-895736)
 * Found a solution / alternative: [http://wordpress.org/support/topic/170164?replies=14](http://wordpress.org/support/topic/170164?replies=14)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress with multiple URL’ is closed to new replies.

## Tags

 * [dns](https://wordpress.org/support/topic-tag/dns/)
 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [jacquesletesson](https://wordpress.org/support/users/jacquesletesson/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-with-multiple-url/#post-895736)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
