• Resolved therevs777

    (@therevs777)


    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)
  • Do you mean that you made the changes to only formatting.php, or the .htaccess file as well?

    Also, did you make the edits before the update, or after it?

    What is your website URL?

    Thread Starter therevs777

    (@therevs777)

    After update my permalink has been word cut.

    I try to checked formatting and htaccess

    I don’t specify where the error came from.

    Here: https://baanteerak.com now my site restore to 5.53

    After update my permalink has been word cut.

    Sorry, I did not get you. Could you please rephrase it?

    now my site restore to 5.53

    So, the problem is solved now?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalink broken when i update 5.6’ is closed to new replies.