• Resolved naughtyboy

    (@naughtyboy)


    Hello

    I have successfully installed wp but from the dashboard, when I want to preview my blog, I get this error message:
    ‘This is the placeholder for domain ccmassurance.com. If you see this page after uploading site content you probably have not replaced the index.html file.’

    I am pretty sure there is something wrong in this file as I have just that:
    <?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(‘./wp-blog-header.php’);

    What shall I do please in order to resolve the matter? I believe it is a very simple thing I have missed to do!

    Cheers

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Problem with index file’ is closed to new replies.