Title: permalinks
Last modified: August 21, 2016

---

# permalinks

 *  [noone](https://wordpress.org/support/users/elina7191/)
 * (@elina7191)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/permalinks-175/)
 * 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)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/permalinks-175/#post-4945274)
 * Have you reviewed [Using_Permalinlks](http://codex.wordpress.org/Using_Permalinlks)?
 *  [Sagar_Mankar](https://wordpress.org/support/users/sagar_mankar/)
 * (@sagar_mankar)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/permalinks-175/#post-4945275)
 * Hello,
 * I’d like to convey you that there are multiple options to do so.
 * 1st : Check the screenshot given below :
 * [Screenshot](http://codex.wordpress.org/images/a/ad/permalink-settings.png)
 * 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.

## Tags

 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Sagar_Mankar](https://wordpress.org/support/users/sagar_mankar/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/permalinks-175/#post-4945275)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
