Verfasste Forenbeiträge

Ansicht von 2 Antworten - 1 bis 2 (von insgesamt 2)
  • Forum: Installation
    Als Antwort auf: Backend
    Thread-Starter rudilein

    (@rudilein)

    Hallo,
    sorry bin noch neu.
    Danke funktioniert jetzt.
    War die fehlerhafte Domainweiterleitung.

    LG
    Thomas

    Forum: Installation
    Als Antwort auf: Backend
    Thread-Starter rudilein

    (@rudilein)

    Hallo,
    danke für die schnelle Antwort.
    Die WordPress Daten liege im httpdocs Ordner.
    Index.php ist vorhanden. Inhalt:

    <?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' );

    LG
    Thomas

    • Diese Antwort wurde geändert vor 5 Jahren, 5 Monaten von Bego Mario Garde. Grund: Formatierung korrigiert
Ansicht von 2 Antworten - 1 bis 2 (von insgesamt 2)