Title: WordPress url length problem after update
Last modified: March 1, 2021

---

# WordPress url length problem after update

 *  [therevs777](https://wordpress.org/support/users/therevs777/)
 * (@therevs777)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/wordpress-url-length-problem-after-update/)
 * I used wordpress 5.5.3 after I updated to lastest version (5.6.2) I have problem
 * I have post name slug in Thai which uses UTF-8 character. Many of them encode
   into super long in ASCII e.g. วิธีการหลีกเลี่ยงข้อผิดพลาดทั้ง-8-ในชีวิตการแต่งงาน
 * I’ve changed the type of “post_name” using phpMyAdmin to VARCHAR(1500) and collation
   to utf8_unicode_ci.
 * In .htaccess I edited
 * **<IfModule mod_rewrite.c>
    RewriteEngine On RewriteBase / RewriteRule ^index\.
   php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * In Formatting.php I edited
 * **$title = utf8_uri_encode( $title, 1500 );**
 * However, in my WordPress backend editor, the above post name is still automatically
   cut to วิธีการหลีกเลี่ยงข้อผิ when I try to save the URL.
 * I don’t know where the problem is, I don’t use a plugin about permalink
 * What wrong? How to fix?
 * Thank you

The topic ‘WordPress url length problem after update’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [therevs777](https://wordpress.org/support/users/therevs777/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/wordpress-url-length-problem-after-update/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
