Liebe Wordpress Gemeinde,
nach einem Providerwechsel wird mir folgendes angezeigt:
PHP
<?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( dirname( __FILE__ ) . '/wp-blog-header.php' );
Alles anzeigen
Ich habe mit Filezilla die komplette Wordpressinstallation kopiert und an die neue Stelle eingefügt.
Ich habe die Datenbank mit phpmyAdmin exportiert und in die neue Datenbank importiert und die Daten in der wp-config.php an die neue Datenbank angepasst.
Leider scheint das nicht zu reichen.
Kann mir bitte jemand einen weiterführenden Tipp geben.
VG Jan