Hallo, ich hab ein problem beim umziehen einer Website.
Ich habe Datenbank und FTP Inhalt hochgeladen und verbunden, man müsste also zumindest eine Wordpress meldung kriegen, dass keine Datenbank gefunden wurde, wenn etwas nicht stimmt. Jetzt aber anstatt mir irgendeine Seite auszugeben, lädt es ein Dokument runter in dem folgendes steht:
I<?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' );
Und die Konsole gibt folgendes aus:
Resource interpreted as Document but transferred with MIME type application/x-httpd-php:
Ich bin mir nicht sicher warum es den Code nicht ausführt anstatt ihn mir als Download auszugeben.
Irgendjemand Erfahrung damit gehabt?
Gruß,
Daniel