Hi there,
Seem to be having the exact same problem as redbourn. I tried the trick Art suggested – no luck there, either… ?? For the record, am running a WP version 2.8 (Not sure if I did auto-upgrade to 2.8.1, sorry!)
I recently moved webhosts – and that’s where my problems began. Here’re the painful details of the moving process:
On my prev-webhost:
1. Backed up my Home directory
2. Backed up my SQL database thru
The above was done using the CPanel 11 Backup Wizard
3. Restored the Backups using CPanel X on the new-webhost in the following order:
a. Home directory
b. SQL database
4. Had to over-write my (WP root) index.php to a fresh one from the 2.8.1 WP installation ZIP – since the prev one had a 403 Forbidden error *pasted* into it by my (stupid & incompetent) webhost (pardon my french)
5. Added a SQL user for the (restored) database – granted all privileges to the user
6. Made corresponding changes in my wp-config.php ($DB_USER, $DB_NAME, and all that)
7. Changed the directory path to my new-webhost path in my .htaccess – this was because I had added a few instructions for my “Pretty Permalinks” to work properly in my previous installation.
Now the site loads correctly – but I get a 404 whenever I try to bring up the login page (/wp-login.php) or the admin-page i.e. /wp-admin/
Also, submitting a comment also brings up a 404 error…
Please, someone help!! ??