Title: Permalinks giving 404 Error
Last modified: August 31, 2016

---

# Permalinks giving 404 Error

 *  Resolved [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/)
 * Hello,
 * When I update the permalink structure of new website from Plain to Post Name,
   it gives 404 Error.
 * This is the error I get:
 * “Not Found
 * The requested URL /take-a-tour/ was not found on this server.”
 * I tried to find some solutions online and updated my .htaccess file with the 
   below code but problem still continues. What could be the problem and its possible
   solution?
 * _[ Moderator note: code fixed. Please wrap code in the backtick character or 
   [use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       #BEGIN WordPress
   
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php $ - [L]
       RewriteCond % {REQUEST_FILENAME} ! -f
       RewriteCond % {REQUEST_FIELENAME} ! -d
       RewriteRule ./index.php [L]
       </IfModule>
   
       #END WordPress
       ```
   

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

 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339574)
 * Try changing to default WordPress theme like Tweentysixteen and then revert back
   to your theme. Disable plugins one by bone and see if it resolves
 *  Thread Starter [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339631)
 * Thank you but this method didn’t resolve the issue.
    I have tried this method
   and tried it again but didn’t help. 🙁
 *  [ashiquzzaman](https://wordpress.org/support/users/ashiquzzaman/)
 * (@ashiquzzaman)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339638)
 * Try clearing your browser cache and post your site address
 *  Thread Starter [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339645)
 * No even this doesn’t help.
 *  Thread Starter [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339650)
 * I have tried almost all methods mentioned in different forums but nothing seems
   to work.
 *  Thread Starter [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339659)
 * Can someone help me with a solution?
 *  [girlieworks](https://wordpress.org/support/users/girlieworks/)
 * (@girlieworks)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339683)
 * [@kryptojdubai](https://wordpress.org/support/users/kryptojdubai/): I see a typo
   in your `.htaccess`:
 * `RewriteCond % {REQUEST_FIELENAME} ! -d`
 * So, correct that line so it looks like this instead:
 * `RewriteCond % {REQUEST_FILENAME} ! -d`
 * and then see if that makes any difference for you.
 *  Thread Starter [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * (@kryptojdubai)
 * [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339750)
 * Thanks Girlie.
 * That typo wasn’t in the actual .htaccess, the actual one had correctly mentioned.
 * However, I have fixed the problem now.
 * Had to add `Options Indexes FollowSymLinks
    AllowOverride FileInfo` in the directory.
 * The problem is resolved.
 * Thank you all.

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

The topic ‘Permalinks giving 404 Error’ is closed to new replies.

## Tags

 * [404-error](https://wordpress.org/support/topic-tag/404-error/)
 * [Permalink structure](https://wordpress.org/support/topic-tag/permalink-structure/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [kryptojdubai](https://wordpress.org/support/users/kryptojdubai/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/permalinks-giving-404-error/#post-7339750)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
