Title: Permalinks problem
Last modified: August 19, 2016

---

# Permalinks problem

 *  [bikeman123](https://wordpress.org/support/users/bikeman123/)
 * (@bikeman123)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/permalinks-problem-23/)
 * There’s something drastically wrong with permalinks. Have tried th evarious options
   to see what works best and now I’ve ended up with a load of junk in my posts 
   table.
 * – most alt_link_text entries are NULL but many have post_titles
 * – most post_names entries show previous post names even though they have been
   changed during site build.
 * – many post_names are numbers, some are text other have crap like %e9%98%bf%e7%
   83%8f%e7%89%b9%e6%88%91%e5%80%91-about- the guid’s are a mix of formats – some
   have page_ids others do not.
 * – quite a few post have show_in_menu=0 – don’t know why
 * I disabled revisions and autosave so all the above are valid pages.
 * I don’t know whats wrong but it looks like there is something well screwy with
   2.9.1

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

 *  [voddie](https://wordpress.org/support/users/voddie/)
 * (@voddie)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/permalinks-problem-23/#post-1392376)
 * Have you created and uploaded a .htaccess file to support the permalinks?
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/permalinks-problem-23/#post-1392377)
 * a link to site would help
 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/permalinks-problem-23/#post-1392647)
 * Hi,
 * Reset your wordpress blog permalink to your desired permalink from wordpress 
   admin area 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 3 replies - 1 through 3 (of 3 total)

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

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
