Forum Replies Created

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

    (@nic2deep)

    Great thanks for your help!

    Thread Starter nic2deep

    (@nic2deep)

    Perfect, Thanks, I think that fixed it. I went to httpd.conf file and changed the config to look like this, It was pointed to index.html. That seemed to fix it.
    ______
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    <IfModule dir_module>
    DirectoryIndex index.php
    </IfModule>
    _____

    However I don’t have a .htaccess file. Should I manually create one. If so, should it be in the root directory where the index.php is and what should be in it?

    Thread Starter nic2deep

    (@nic2deep)

    When I go to the root directory, here’s what it gives me. When I click on index.php it just redirects me here too.
    ________________
    Index of /
    New Folder/
    index.php
    info.php
    license.txt
    mysql_test.php
    oldindex.html
    readme.html
    wordpress-3.0.zip
    wp-activate.php
    wp-admin/
    wp-app.php
    wp-atom.php
    wp-blog-header.php
    wp-comments-post.php
    wp-commentsrss2.php
    wp-config-sample.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-signup.php
    wp-trackback.php
    xmlrpc.php

Viewing 3 replies - 1 through 3 (of 3 total)