Permalink broken when i update 5.6
-
Hello guys my wordpress site 5.5.3 version.
When i updated my site to lastet version my permalink is broken.
I use thai language and i edited
1.database wp_post post_name varchar 1500
2.in htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>3.in formatting.php
I edited $title = utf8_uri_encode( $title, 1500);What wrong? and how to fix this Thank you for reply.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permalink broken when i update 5.6’ is closed to new replies.