• Hello,
    when I change the type of area permalink setting and then I click the button saves changes and the change is not saved, back to the old permalinks, you think that the problem can there be?

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to change the code of your .htaccess file.

    Change it as-

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

    Put #Begin WordPress section at end . This could resolve your problem.

    Thread Starter adamisgroup

    (@adamisgroup)

    I did as you wrote but still makes me change, I can not set it on postname.

    Custom Structure /%postname%/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can not change the permalink’ is closed to new replies.