Title: 404 Permalinks Error
Last modified: August 21, 2016

---

# 404 Permalinks Error

 *  [EGW2L](https://wordpress.org/support/users/egw2l/)
 * (@egw2l)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/404-permalinks-error/)
 * I have some pretty strange issues. I made a new Website with WordPress and tried
   to use /%postname%/ permalinks. The problem is, that the Browser always says
 *     ```
       "Not Found
       The requested URL /postname was not found on this server."
       ```
   
 * 1. the htaccess file is writable and correct
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * 2. mod_rewrite is enabled on the server
 * 3. It even happens on clean installations without any plugins and default themes
 * 4. I have 2 other WordPress Websites on the same Server, permalinks are working
   on both of them
 * Can anyone help me?

Viewing 1 replies (of 1 total)

 *  [Riversatile](https://wordpress.org/support/users/riversatile/)
 * (@riversatile)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/404-permalinks-error/#post-4958267)
 * Did you try to refresh the permalink policy via **../wp-admin/options-permalink.
   php** ?

Viewing 1 replies (of 1 total)

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Riversatile](https://wordpress.org/support/users/riversatile/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/404-permalinks-error/#post-4958267)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
