• hello
    i have over 400 posts on my word press and i am use the default Permalink Settings
    i want to change the Permalink to other one but i want to make the change effect on all posts.
    what i have to do ?
    thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Set your desired permalink from wordpress admin area and add this code in htaccess:

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

    Thanks,

    Shane G.

    Thread Starter aminof

    (@aminof)

    hello
    i am host it on windows server so i don’t have htaccess , right ?
    thanks,

    Thread Starter aminof

    (@aminof)

    hello
    could please help me
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘change the Permalink Settings’ is closed to new replies.