Hallo zusammen,
bin noch recht neu und habe folgendes problem:
Habe wordpress im Ordner URL/wordpress installiert.
Nun wollte ich diesen in das Stammverzeichnis verschieben. Habe dies auch gemacht ist jedoch nicht mehr erreichbar. Diese eine Anleitung habe ich auch benutzt tut sich aber nix :/
Habe nun alles wieder in /wordpress verschoben, aber die Seite ist immer noch nicht erreichbar, einloggen (admin Bereich) kann ich mich.
Kann mir jemand helfen?
In der URL/wordpress/index.php steht nun:
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__ ) . './wordpress/wp-blog-header.php' );
Alles anzeigen