• My website took the maintenance update and now when you go to my domain, ageebusinesssolutions.com it shows the index page instead of my website. Can anyone tell me how to fix this? I am not a developed and my developer is not responding to the issue quickly enough. So any help is appreciated.

Viewing 1 replies (of 1 total)
  • You seem to be missing your index.php file.

    You can download wordpress package from www.ads-software.com and then just upload missing index.php file.

    or just create your own. This is what it contains.

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

    put this in text edit or notepad then save it as index.php and upload it to the public_html folder via FTP.

    Hope this helps

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Index page instead of website.’ is closed to new replies.