Support » Fixing WordPress » Custom permalink is not working after customization

  • Hello there,

    I just changed the permalink from default to post name.

    Default: mywebsite.com/page_id?1234
    Post Name: mywebsite.com/product/clothes

    And it’s not working like when it was in default.
    FYI This is my htaccess:

    # 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

    is there anything wrong? Thanks before…

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom permalink is not working after customization’ is closed to new replies.