Thanks, Tara. That was the method I had tried before but apparently it did not save. I went into index.php again and changed it. I wasn’t exactly sure about what to change it to, so I tried a couple combinations and none of them seemed to work. Right now I have
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );
Because “wp” is the folder where all the files are (they are also still copied into the root drive). Still getting a server error. Did I change it correctly?