Title: 2.9 custom permalink structure
Last modified: August 19, 2016

---

# 2.9 custom permalink structure

 *  Resolved [whiteout](https://wordpress.org/support/users/whiteout/)
 * (@whiteout)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/29-custom-permalink-structure/)
 * Is it still not, performance reasons, a good idea to start your permalink structure
   with the category, tag, author, or postname fields?
 * Is this still valid in 2.9?

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

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/29-custom-permalink-structure/#post-1314914)
 * > Hi,
   > You can set your desired permalink structure from the wordpress admin area -.
   > settings section. If you get 404 error message on old posts then 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 [whiteout](https://wordpress.org/support/users/whiteout/)
 * (@whiteout)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/29-custom-permalink-structure/#post-1315075)
 * Hi. This was what I was referring to:
 * > [For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID. See wp-testers discussion of this topic.](http://codex.wordpress.org/Using_Permalinks#Structure_Tags)
 * Is it still valid with 2.9?
 *  Thread Starter [whiteout](https://wordpress.org/support/users/whiteout/)
 * (@whiteout)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/29-custom-permalink-structure/#post-1315153)
 * I can confirm that there are still performance issues, just as before.

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

The topic ‘2.9 custom permalink structure’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [whiteout](https://wordpress.org/support/users/whiteout/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/29-custom-permalink-structure/#post-1315153)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
