• Resolved john smith

    (@hippypink)


    If I use uppercase letters in my url, it converts them to lower case. I am moving a legacy site to wordpress and need to preserve the URL structure.

Viewing 1 replies (of 1 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi @hippypink,

    please add this line to functions.php file in your (child) theme directory:

    add_filter('permalink_manager_force_lowercase_uris', '__return_false');

    Best regards,
    Maciej

    • This reply was modified 6 years, 8 months ago by Maciej Bis.
Viewing 1 replies (of 1 total)

The topic ‘Uppercase / Lowercase capable?’ is closed to new replies.