Title: Perma Links Problem
Last modified: August 20, 2016

---

# Perma Links Problem

 *  [ghpink](https://wordpress.org/support/users/ghpink/)
 * (@ghpink)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/perma-links-problem/)
 * When I use the Perma Links option in the settings (i have installed a custom 
   theme) the perma links will now go to pages with really good linkage, but it 
   says… Not found…
 * I created new pages after I installed perma links and still when clicking to 
   the new pages, it says not found.
 * I have had this trouble before, and as soon as I turn perma links back to default“
   i then get pages like this” [http://www.nickthepromisering.com/?p=1&#8243](http://www.nickthepromisering.com/?p=1&#8243);–
   but they don’t have descriptive URLS…
 * I was wondering if anyone else had this problem and how i fix it?

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

 *  [rmfn8475](https://wordpress.org/support/users/rmfn8475/)
 * (@rmfn8475)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/perma-links-problem/#post-2395527)
 * Go to permalinks in settings… select custom, then add –> /%postname%
 * then in you theme folder either modify or create the .htaccess folder within 
   your theme root .. enter below
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * save.. then refresh your browser.. you shouldnt have any more 404 errors.
 *  Thread Starter [ghpink](https://wordpress.org/support/users/ghpink/)
 * (@ghpink)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/perma-links-problem/#post-2395690)
 * I turned on permalinks, went to custom and added
    “/%postname%
 * Then added the .htaccess to the root of my theme folder, and its not working.
 * You said create .htaccess folder, but did you mean file? I created a file in 
   the root of my theme folder called .htaccess
 * What am I doing wrong?

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

The topic ‘Perma Links Problem’ is closed to new replies.

## Tags

 * [perma-links](https://wordpress.org/support/topic-tag/perma-links/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)
 * [please help](https://wordpress.org/support/topic-tag/please-help/)
 * [trouble-shooting](https://wordpress.org/support/topic-tag/trouble-shooting/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ghpink](https://wordpress.org/support/users/ghpink/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/perma-links-problem/#post-2395690)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
