• I uploaded all of the files using my ftp as the installation guide said; however, when I tried to go to the address and install it through a web browser this is what I got:

    Name Size Date Modified
    OMNI Hotel Pictures/ 5/24/12 8:21:00 AM
    cgi-bin/ 5/24/12 8:00:00 AM
    index.php 397 B 5/24/12 8:40:00 AM
    license.txt 16.2 kB 5/24/12 8:40:00 AM
    readme.html 9.0 kB 5/24/12 8:40:00 AM
    wp-activate.php 4.2 kB 5/24/12 8:40:00 AM
    wp-admin/ 5/24/12 8:42:00 AM
    wp-app.php 39.3 kB 5/24/12 8:40:00 AM
    wp-blog-header.php 274 B 5/24/12 8:40:00 AM
    wp-comments-post.php 3.9 kB 5/24/12 8:40:00 AM
    wp-config.php 3.3 kB 5/24/12 8:40:00 AM
    wp-content/ 5/24/12 8:42:00 AM
    wp-cron.php 2.6 kB 5/24/12 8:40:00 AM
    wp-includes/ 5/24/12 8:44:00 AM
    wp-links-opml.php 2.0 kB 5/24/12 8:40:00 AM
    wp-load.php 2.5 kB 5/24/12 8:40:00 AM
    wp-login.php 27.0 kB 5/24/12 8:40:00 AM
    wp-mail.php 7.6 kB 5/24/12 8:40:00 AM
    wp-pass.php 413 B 5/24/12 8:40:00 AM
    wp-register.php 334 B 5/24/12 8:40:00 AM
    wp-settings.php 9.7 kB 5/24/12 8:40:00 AM
    wp-signup.php 18.1 kB 5/24/12 8:40:00 AM
    wp-trackback.php 3.6 kB 5/24/12 8:40:00 AM
    xmlrpc.php 3.2 kB 5/24/12 8:40:00 AM

    What am i doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Site url?

    What you are seeing there is a directory listing of the files that are in your main root folder. This is shown when there’s no index file in that directory (of course, for a more secure site you’d have directory listing turned off, but that’s a question for another time).

    Because you can see the ‘index.php file in that direcotry listing, your server should have executed that and shown the system. Because it didn’t I’d be a bit concerned. The smallest problem could be that your hosting comapny didn’t add ‘index.php’ to the list of index files for your hosting account. The biggest problem could be your hosting company doesn’t support PHP so nothing is being run.

    To test thatPHP is actually working, go to https://yoursite.com/index.php

    If you see the install wizard, then PHP is working. If you see something that starts with:

    <?php /** * Front to the WordPress application.

    That means that your host doesn’t have PHP enabled (or possible available) for your hosting account and you won’t be able to run WordPress without getting them to change that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installation problem???’ is closed to new replies.