I'm using the custom permalinks feature using /%postname%/ WordPress is installed on /updates on the root of my site and I've got my .htacces file in the /updates directory with to following (as instructed by wordpress):
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /updates/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /updates/index.php [L]
</IfModule>
suddenly after it working flawlessly for the past few weeks, anytime I go into the wp-admin section, click manage and try to edit a post, it takes me briefly to the edit post page, then redirects to the permalink for that post.
Anyone else experience something like this?
thanks,
John Taite