I looked at the .htaccess files for all three installations. Could this be where the problem is?
For the slow installation, here is the .htaccess file:
Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp27/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp27/index.php [L] </IfModule> # END WordPress
Code:
# BEGIN WordPress # END WordPress