Title: Plugin changes urls to all lowercase automatically
Last modified: March 13, 2019

---

# Plugin changes urls to all lowercase automatically

 *  Resolved [jmanuelemus](https://wordpress.org/support/users/jmanuelemus/)
 * (@jmanuelemus)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-changes-urls-to-all-lowercase-automatically/)
 * I’m using Uppercases and lowercases on my URLs (Wikipedia style) but when I make
   any change on the post it change all to lowercase and I need to fix all over 
   again.
 * How can I preserve urls exactly as I type them?
    -  This topic was modified 7 years, 2 months ago by [jmanuelemus](https://wordpress.org/support/users/jmanuelemus/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-changes-urls-to-all-lowercase-automatically/#post-11315168)
 * Hi,
 * sorry for a late response. Please add this line of code to functions.php file
   in your theme folder:
 * `add_filter('permalink-manager-force-lowercase-uris', '__return_false');`
 * Best regards,
    Maciej

Viewing 1 replies (of 1 total)

The topic ‘Plugin changes urls to all lowercase automatically’ is closed to new 
replies.

 * ![](https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166)
 * [Permalink Manager Lite](https://wordpress.org/plugins/permalink-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/permalink-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/permalink-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/permalink-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/permalink-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/permalink-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-changes-urls-to-all-lowercase-automatically/#post-11315168)
 * Status: resolved