Viewing 6 replies - 1 through 6 (of 6 total)
  • Same issue here, did you find a solution?

    I found that problem when with GoDaddy.

    I found 3 way good answer
    1 way Permalink at Custom Structure
    /bolg/%postname%/
    (bolg is your language or Custom name)

    2 way For Category to export Permalink
    /index.php/%category%/%postname%/

    3 way .htaccess manually change
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    • This reply was modified 8 years, 6 months ago by kotmth.

    Polylang work well with permalink post name on localhost.
    But when i hosted my domain at godaddy, it work with plain parmalink only.
    So, I move to another hosting and permalink with post name work again.

    • This reply was modified 8 years, 6 months ago by Shwe Yee Tun.
    • This reply was modified 8 years, 6 months ago by Shwe Yee Tun.

    Some Time Is not work

    Plugin Author Chouby

    (@chouby)

    Maybe you were trapped in the conflict with Page Builder 2.4.10 to 2.4.13.
    It should be fixed now with Polylang 2.0.4 and Page Builder 2.4.14+

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Permalinks Issue’ is closed to new replies.