Upgrade to 2.2 problem running upgrade.php
-
I did all as instructions listed.
When I went to run /wp-admin/upgrade.php it gives me a 404. It also gives 404s on all other pages (home page is loading theme though, but no posts).
Any clues on what might be causing it?
Here is my .htaccess file, I fear that it might be related:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Upgrade to 2.2 problem running upgrade.php’ is closed to new replies.