• I’m setting up my new website, http://www.weeqender.com. I successfully installed WordPress using CPanel’s Fantastico. I’m using the mimbo WP theme and I was able to write a few entries and installed plugins.

    The prob is I can’t see my wordpress blog when i go to my url. What I see instead is the default html page by my webhost. Check it for yourself: http://www.weeqender.com.

    What do I replace the default index.shtml file with so I;ll see wordpress instead? I checked the mimbo files and there isn;t an html file. I tried deleting index.shtml and as expected, there was a fatal error.

    I read tutorials before posting this but I haven’t found the answer. This might be a minor error for some but I’m a WP newbie.

    Please help. It would be greatly appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • just delete the index.html and wordpress’ index.php will then function

    Thread Starter toki

    (@toki)

    HI Samboll,

    Thanks for the reply. I deleted “index.html” and “index.php” at the public_html folder, but it didn’t work. This is what appeared:

    <img src=”http://i183.photobucket.com/albums/x130/hotproperties/wordpress-error.jpg&#8221; alt=”Wordpress installation error”>

    Did I delete files in the wrong folder?

    Thread Starter toki

    (@toki)

    Oops. This is what appeared:

    “Index of /

    cgi-bin/
    datacenter.jpg
    fantastico_fileslist.txt
    fantversion.php
    images/
    license.txt
    postinfo.html
    readme.html
    wp-admin/
    wp-app.php
    wp-atom.php
    wp-blog-header.php
    wp-comments-post.php
    wp-commentsrss2.php
    wp-config.php
    wp-content/
    wp-cron.php
    wp-feed.php
    wp-includes/
    wp-links-opml.php
    wp-load.php
    wp-login.php
    wp-mail.php
    wp-pass.php
    wp-rdf.php
    wp-register.php
    wp-rss.php
    wp-rss2.php
    wp-settings.php
    wp-trackback.php
    xmlrpc.php
    Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6 Server at weeqender.com Port 80″

    put the wordpress index.php back – you need that to bring up the website

    Thread Starter toki

    (@toki)

    Uploaded index.php and this is what appeared:

    “Fatal error: Call to undefined function get_header() in /home/weeqende/public_html/index.php on line 1”

    Truth is I’m dumbfounded now. I run another wordpress blog using the same webhost but I didn’t encounter this problem before.

    this is the entire wordpress index.php

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

    upload that one or copy and paste this into notepad and save as index.php – upload

    Thread Starter toki

    (@toki)

    I can see my wordpress site now. Thanks Samboll!

    I faced a similar problem with a different theme. Deleting the index.html ONLY did the trick. Thanks Samboli!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help! Installed WP but can’t see my blog; I see the webhost’s deafult page inste’ is closed to new replies.