Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1267824

    Hi,

    I recieve a strange input for the site,
    please help me.

    Thanks in advance

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

    #1267847

    Hi domenicoguida,

    Can you give us a screenshot for the issue?
    The code you gave is the content of WordPress’ index.php at the root level.

    Best regards,
    Nikko

    #1267892

    Resolved thank you!

    • This reply was modified 3 years, 11 months ago by domenicoguida.
    #1268007

    Hi domenicoguida,

    I have tried the FTP access, however it does not work using Filezilla (even changing some settings).
    Also, when I go to your site, this is what is shown:

    This site can’t be reached

    Best regards,
    Nikko

    #1268171

    Resolved thanks a lot

    #1268253

    Hi domenicoguida,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Maybe the theme is corrupted’ is closed to new replies.