Title: Lower case doesn&#8217;t work
Last modified: July 2, 2023

---

# Lower case doesn’t work

 *  Resolved [Andreas 2013](https://wordpress.org/support/users/andreas-2013/)
 * (@andreas-2013)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/lower-case-doesnt-work/)
 * Hi John,
 * I want to redirect mydomain.com/geburtsort/Daenemark/ to mydomain.com/geburtsort/
   daenemark/
 * First I tried using \L$1 until I found out, that your plugin can’t handle it.
   
   This was my rule, which worked in [https://regex101.com/](https://regex101.com/):
   geburtsort/(.*) -> geburtsort/\L$1/
 * Then I tried the shortcode, but unfortunately it doesn’t work, too:
   ^geburtsort/(.*)-
   > /geburtsort/[lower]$1[/lower]/
 * The redirection doesn’t work, I’m only getting the old URL.
 * Could you tell me, please, what I’m doing wrong?
 * Thanks in advance!
   Andreas

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

 *  Thread Starter [Andreas 2013](https://wordpress.org/support/users/andreas-2013/)
 * (@andreas-2013)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/lower-case-doesnt-work/#post-16866090)
 * I’ve solved the problem myself. I used regex option before. After disabling it,
   the redirection works 🙂
 *  Thread Starter [Andreas 2013](https://wordpress.org/support/users/andreas-2013/)
 * (@andreas-2013)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/lower-case-doesnt-work/#post-16866217)
 * Sorry, but the problem isn’t solved. For test purposes I used “static” values(
   Daenemark -> daenemark), and it works. But when I use wildcards in combination
   with regex, it doesn’t work 🙁

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

The topic ‘Lower case doesn’t work’ 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/)

 * 2 replies
 * 1 participant
 * Last reply from: [Andreas 2013](https://wordpress.org/support/users/andreas-2013/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/lower-case-doesnt-work/#post-16866217)
 * Status: resolved