Editing pages link in dashboard leads to 404 error
-
Hi,
This is a weird problem install of WP 3.0.1.
When ever I try to:
1. Create a new page (/wp-admin/page-new.php) , or
2. Edit an existing page (/wp-admin/edit-pages.php)I get a 404 error! If thats not weird enough, every other link ie Media library / Posts etc in the admin panel works fine! I seems that the two offending URLs are the only two that cause this error.
I thought that maybe this had to do with my .htaccess file, but I have copied it perfectly from the wordpress codex page. Here it is anyway, just incase:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPress
Could somebody have a look and let me know it Im goin a little batty ??
Thanks
- The topic ‘Editing pages link in dashboard leads to 404 error’ is closed to new replies.