[size=12][FONT=arial]Hallo, ich habe die wp-config-sample.php ausgefüllt und umbenannt, dann alles auf den Server kopiert, und zwar in den Ordner public_html. Ich schätze nur, dass der richtig ist. Dann klicke ich auf /wp-admin/install.php und dann kommt nur was geschriebenes. Los geht es mit:[/FONT][/SIZE]
<?php/** * WordPress Installer * * @package WordPress * @subpackage Administration */// Sanity check.if ( false ) {?><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Error: PHP is not running</title></head><body class="wp-core-ui"> <h1 id="logo"><a href="http://wordpress.org/">WordPress</a></h1> <h2>Error: PHP is not running</h2> <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p></body></html><?php}/** * We are installing WordPress.[COLOR=#000000]
[/COLOR]
Ist das sehr schlecht? Was muss ich tun? Will gerne bloggen!