• 25-07-2017, 14:52:43
    #1
    Arkadaşlar ttshosting'de aynı vds'de 3 sitem var.
    Bugün girdiğimde sitelerimin 3nüde aynı index atılmış
    TEK TEK İNDEX HAZIRLAMAKLA UĞRAŞAMADIM BU SADECE BAŞLANGIÇTI ENSENİZDEYİM .!
    Wp-admin panellerine girebiliyorum nasıl düzeltebilirim?
  • 25-07-2017, 14:56:13
    #2
    wp-admindeki paneldenmi index atılmış yoksa home/useradi/public_html/index.php ye mi index atılmış hangisi olduğunu söylersen düzeltebilirim siteni
  • 25-07-2017, 15:01:04
    #3
    Larkolog adlı üyeden alıntı: mesajı görüntüle
    wp-admindeki paneldenmi index atılmış yoksa home/useradi/public_html/index.php ye mi index atılmış hangisi olduğunu söylersen düzeltebilirim siteni
    evet buraya atılmış hocam
  • 25-07-2017, 15:02:37
    #4
    tamam hocam özel mesajdan yazıcam şimdi size kodları atıcam yerleştirirsiniz siteniz düzelir
  • 25-07-2017, 15:28:37
    #5
    arkadaş hala atmadı. index.php dosyasına hangi kod eklenmeli bilen var mı?
  • 25-07-2017, 15:33:01
    #6
    özel mesaj attım hocam gelmesi lazım hatta 2 tane atmışım geri dönüş sağlamamışsınız
  • 25-07-2017, 15:35:42
    #7
    index.php'ye bu kodları attım düzeldi.

    <?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' );
  • 25-07-2017, 15:37:37
    #8
    efemix adlı üyeden alıntı: mesajı görüntüle
    arkadaş hala atmadı. index.php dosyasına hangi kod eklenmeli bilen var mı?
    <?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' );