Title: Permalink problem, postname 404 error
Last modified: March 1, 2018

---

# Permalink problem, postname 404 error

 *  Resolved [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/permalink-problem-postname-404-error/)
 * Hi there,
 * I keep gettig 404 errors when I change my permalinks from default.
 * My site has a .htaccess file, with permission 666 enabled.
 *     ```
       # 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
       ```
   
 * I have also changed my config in `/etc/apache2/sites-available/`
 *     ```
       <Directory /var/www/wordpress.rguc.co.uk/>
   
             Options Indexes FollowSymLinks MultiViews
   
             AllowOverride All
   
             Order allow,deny
   
             allow from all
   
          </Directory>
       ```
   
 *  Still get 404’s, any ideas?
    -  This topic was modified 8 years, 2 months ago by [matthisco](https://wordpress.org/support/users/matthisco/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/permalink-problem-postname-404-error/#post-10027619)
 * Case sensitive issue

Viewing 1 replies (of 1 total)

The topic ‘Permalink problem, postname 404 error’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [matthisco](https://wordpress.org/support/users/matthisco/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/permalink-problem-postname-404-error/#post-10027619)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
