• Resolved cobia101

    (@cobia101)


    well i downloaded wordpress to my site cobia101.com and it installed successfully. But when you go to the main site there is nothing. bit when you go to cobia101/wp-login.php it lets you login and do whatever you want.
    i dont know what to do i really need help
    thank you in advance

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter cobia101

    (@cobia101)

    When you try to access the main page it says
    This site is under development
    This is a default template, indicating that the webmaster has not yet uploaded a Web site to the server.
    For information on how to build or upload a site, please visit your web hosting company’s site.

    Thread Starter cobia101

    (@cobia101)

    i need help plz

    Hi there,

    I seems that the index file (index.php or index.html) is not in any way related to wordpress. As you say, it is a default page from you hostcompany.

    First off, i think there is also a index.html file in your root directory, if so delete that file.

    Make sure there is a index.php in your root directory which contains following code:

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

    If that code isn’t in the file than copy above into the index.php

    Thread Starter cobia101

    (@cobia101)

    thank you ill try that

    Thread Starter cobia101

    (@cobia101)

    how do i delete it it says operation not permited

    by default it is executing .html file.if you give index.php in your url
    https://www.cobia101.com/index.php then it works

    so either delete or rename index.html or ask your hosting company to do so.

    Thread Starter cobia101

    (@cobia101)

    rname it to what

    Thread Starter cobia101

    (@cobia101)

    and when i try to it says i dont have permission

    Thread Starter cobia101

    (@cobia101)

    it still wont work i need help ive done all the things yall have told me to do but it still dousnt work plz helpp

    You need to remove the index.html file. If you can’t do this due to permissions, then you need to speak with your hosting provider, as they control the permissions.

    It also looks like you have deleted your index.php file. You need to upload a new copy from the download you did earlier. It should be the top level index.php file.

    Thread Starter cobia101

    (@cobia101)

    but where do i put it i am confused there are like 5 index.php files in there which one is it

    Thread Starter cobia101

    (@cobia101)

    it turns out i had to delete the host genetic page so that my blog would show thank you for your help

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘my main site wont show up hellpppp plz’ is closed to new replies.