Title: Redirection
Last modified: August 1, 2017

---

# Redirection

 *  [PRZVL](https://wordpress.org/support/users/przvl/)
 * (@przvl)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/redirection-38/)
 * Hi,
 * First I want to apologize for my english, I am French.
 * My web site is [http://www.toutle05.fr](http://www.toutle05.fr)
 * At the beggining I have created it with 5 language + French by default. At this
   moment I realize that it is too much job to have done like that. So i’d like 
   to cancelled 1 or 2 languages.
 * Cancelled everything in a specific language is not difficult but I know that 
   I have to do something to avoid 404 page.
 * So, for exemple, if I want to cancelled the Dutch pages and redirect them to 
   the English pages, is there a possibility via plugin or .htacces or… to do it
   without writing the redirection of all pages
 * All things of web site in English are strored under [http://www.toutle05.fr/en/](http://www.toutle05.fr/en/)
   
   All things of web site in Dutch are stored under [http://www.toutle05/fr/nl/](http://www.toutle05/fr/nl/)
 * Thanks for everyone who can help me.
    Have a nice day. Philippe

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

 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/redirection-38/#post-9370518)
 * You can probably use a regular expression to match all the URLs with `^/nl/.*`–
   just make sure you check the ‘regex’ box.
 *  Thread Starter [PRZVL](https://wordpress.org/support/users/przvl/)
 * (@przvl)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/redirection-38/#post-9370557)
 * Hi John,
 * Thanks for the info but I do not understand what you mean. Could you be more 
   precise or maybe give me screen shot of what I have to do.
 * Excuse me for that.
    Thanks Philippe
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/redirection-38/#post-9388110)
 * Create a redirect with source URL `^/nl/(.*)` and target URL as `/en/$1` and 
   enable the regex checkbox. It should then redirect all /nl/ pages to /en/

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

The topic ‘Redirection’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [John Godley](https://wordpress.org/support/users/johnny5/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/redirection-38/#post-9388110)
 * Status: not resolved