transferring blog from localhost to real server?
-
howdy,
i’m actually rather new to wordpress. i’ve devoloped a complete blog locally on my mac using MAMP. so i set up a simple database called “wp” wiht phpMyAdmin and used “localhost”,”root” and “root” as hostname, username and password.
so it’s my first time to transfer this complete stuff (incl. database) on my real server. Though i have some problems:
first i exported my sql-database with phpMyAdmin from my localhost, copied all the code, and visited my real server’s phpMyAdmin and pasted it in. after saving this, all tables are completely the same as on my localhost. wo i guess, maybe that step is RIGHT, isn’t it?
second i transferred all wordpress-files to my real server.
and third, i edited the wp-config.php file to match the mysql details i got from my hosting-provider.if i now enter the adress of my real server, it’s like there is no PHP-support or something. all i see is a white page, with the following code WRITTEN ON IT:
<?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'); ?>
what i’m doing wrong? thanks for your help and regards
matt
- The topic ‘transferring blog from localhost to real server?’ is closed to new replies.