Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #420876

    This is very weird.
    When in the post edit the permalink is in english, the post is shown normaly, no matter if on the ‘permalink settings’ it’s clicked the ‘default’ or the ‘post names’.
    But when I change the permalink name (in post edit) in greek, the single post shows only if in the permalink settings it’s clicked the ‘default’. If the post’s permalink is in greek and the permalink settings is on ‘post name’ the single post cannot be found (404).
    What I do wrong? I checked the .htaccess file is normal as:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I checked also the plugins. I deactivated all….nothing.
    please help…..

    #421725

    Hi ymcrodos!

    Thank you for using Enfold.

    I don’t think it’s possible to convert the actual url to greek characters because they will be encoded, at least for users with browsers that are not configured to greek. I haven’t tried this myself but the greek characters can be converted to greeklish url: https://wordpress.org/plugins/greeklish-permalink/

    And according to this thread: https://productforums.google.com/forum/#!topic/webmasters/YJOrfNx2VTw

    you should never put the raw greek characters into the URL of a link. You always use the encoded version.
    However, for users where the web browser is set to Greek (language), this will usually display as greek characters, so the user won’t see a difference.

    I think you have to encode the characters manually: http://meyerweb.com/eric/tools/dencoder/

    Refer to this link on how to fix permalink issues: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    difference.
    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.