Title: permalink problem
Last modified: August 19, 2016

---

# permalink problem

 *  [leksi](https://wordpress.org/support/users/leksi/)
 * (@leksi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/permalink-problem-20/)
 * Hello. If have this kind of permalink problem: I have 5 permalinks working, but
   i have 2 pages where permalinks isnt working. Other 5 has ex. [http://www.example.com/news](http://www.example.com/news)
   and the other one’s that dont work, has [http://www.example.com/links-2](http://www.example.com/links-2),
   Whats the meaning of that 2? And when i try to edit that 2 off, they page is 
   not showing as it should be.
 * Thanks for help!

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

 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/permalink-problem-20/#post-1326379)
 * When it displays the permalink as “/links-2” it means you have two pages with
   the title “Links.” Just cutting the -2 off the end will break the URL.
 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/permalink-problem-20/#post-1326432)
 * Hi,
 * Set your desired permalink 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.

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

The topic ‘permalink problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/permalink-problem-20/#post-1326432)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
