Hello,
I dumped the DB from the old server. Found + replaced the old URL in the SQL document and replaced with the new URL. I installed all of the files from old domain onto the new one. Went into phpmyadmin on my new domain and imported the database. When I go to the site it doesn't load anything, but instead it downloads a file to my computer...this is what it reads:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
Any idea why this is happening? I'm sure I missed a step or something. Thank you in advance for your help.