I have a strange problem. We're moving our site to a new server. A portion of our site is a multisite install of WordPress in the mysite.com/multisite/ directory. So far I have...
- Copied all multisite files to the new server
- Exported database on old server, imported into new database file on new server
- Changed wp-config.php to match new server settings
I'm using Gas Mask for Mac to modify my hosts file and access the site on the new server while keeping the same url settings. I'm able to access mysite.com, which has a regular single install of WordPress; but when I try to access mysite.com/multisite/ my browser downloads a file, and I get a blank screen. For example, if I go to mysite.com/multisite/wp-login.php, my browser actually downloads wp-login.php vs loading the page.
Any ideas why this is happening?