edit.php 404 when empty
-
Hi All,
I’m having a problem with wordpress 3 which seems to be happening across several installs (both upgrades and clean installs). The sites are running on a Windows server with IIS and the ISAPI Rewrite module.
When in the admin area, the lists of posts / pages / custom types (anything using edit.php) give a 404 error rather than showing the page with an empty table of items. If I add an item and go back to the listing it displays correctly.
Here’s a sample .htaccess file in case there’s anything missing:
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
Permalinks are set to: /%category%/%postname%/
If anyone knows how to correct this or I can give any more information of use please let me know.
Thanks,
Gavin
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘edit.php 404 when empty’ is closed to new replies.