• hi there! i need my url’s for my online shop to look like that : domain/category/subcategory/product name
    i am trying all day to do that in permalinks settings but nothing. can you help me! i need help,step by step, may be with screenshot will be great! please,if you have time HELP me! ?? `

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you reviewed Using_Permalinlks?

    Hello,

    I’d like to convey you that there are multiple options to do so.

    1st : Check the screenshot given below :

    Screenshot

    2nd : Edit your .htaccess file and type the code given below :

    # 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

    Do let me know if your facing an issue regarding it still.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘permalinks’ is closed to new replies.