Hello,
- Publish post
- Click edit next to permalink
- Change it and click Ok, all looks good
- Update the post
- The permalink reverts back to the original
- The trash is empty, so there is no posts with the same name in the trash.
- I'm hosted in Media Temple.
- Permalink settings are
%postname%
I have these rewrite rules in my .htaccess
# 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
Hopefully somebody can help me with this bizarre problem. This has happened to me with some other installations also. All help is appreciated, thanks! :)