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