Migrating Mac WordPress Site to Windows WordPress…
-
Running into problems transferring site to new server…
Installed Windows WordPress – works fine.
Followed these directions to transfer old site.
1. Emptied all tables from default MySQL DB leaving empty DB.
2. Imported tables for new site into clean MySQL DB.
3. Copied new site code and subdirectories to wwwroot, replacing default
4. Was careful not to erase/modify original wp-config and web.configRather than getting a properly formatted wordpress page, I get lots of displayed code:
__( ‘Header Menu’ ), ‘footer-menu’ => __( ‘Footer Menu’ ) ) ); } add_action( ‘init’, ‘register_my_menus’ ); add_theme_support( ‘post-thumbnails’ ); add_image_size( ‘home-header’, 1920, 550 )…
No DB errors, just no proper display. Is this a DB rights issue, or am I just doing something wrong? Any ideas will be appreciated!
The topic ‘Migrating Mac WordPress Site to Windows WordPress…’ is closed to new replies.