• Resolved marylutz

    (@marylutz)


    Here’s what I get when I click visit site:

    Index of /

    * cgi-bin/
    * wordpress/

    Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at https://www.opentalkmom.com Port 80

    I’ve installed WP on a 3rd domain at public_html/domain3.com/wordpress
    I changed my settings in WP to:
    Wordpress URL: https://www.domain3.com/wordpress
    Blog URL: https://www.domain3

    I’ve added Stat Press Reloaded plugin and CommentLuv plugin in public_html/domain3/wordpress/wp_content/plugins

    uploaded one theme in public_html/domain3/wordpress/wp_content/themes

    I’ve added one additional user as an author

    Any clues as to why I’m getting that page when I click visit site? I can click on wordpress from this page and it goes to the site, so I know there’s just some little glitch somewhere! Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marylutz

    (@marylutz)

    I wanted to add that I deleted the theme I uploaded and is now back to the default theme and I still get that Index of/ page when I click visit site.

    I’ve installed WP on a 3rd domain at public_html/domain3.com/wordpress

    And editing the above: I installed WP on a 3rd domain at public_html/domain3/wordpress

    Thread Starter marylutz

    (@marylutz)

    Also added the following index.php file

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>

    to the wordpress file in public_html/domain3

    Thread Starter marylutz

    (@marylutz)

    This is fixed. I had

    Index.pho

    instead of

    index.php

    . Didn’t know it made a difference, now I do!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Index of/ shows up in 3rd domain set up’ is closed to new replies.