• After my WordPress installation (database hooked up and wp-config done and wp-login created). I just get Index of/ page when I go to my URL. I uploaded all the contents of the WordPress folder to the document-root of my Apache VirtualHost, after downloading it and unzipping. Im taken to index of/ page for everything unless I specifically navigate to the page.. . I can get to the admin menu/dashboard (all admin stuff I can access). But there is nothing at my home URL. The site is labelleviemodesto.com. If i go there I get the index of/. If I try and go to labelleviemodesto.com/sample-page I get a 404 not found. What did I miss while installing? Is index.php not being used as the default page to access? I also noticed if I create a new page it cant be accessed either.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cjhockey35

    (@cjhockey35)

    I made sure index.php is first in the apache dir.conf

    Thread Starter cjhockey35

    (@cjhockey35)

    I also made sure the .htaccess file is in public_html and that all my files permissions are correct. Its owned by my user and the group is www-data (because apache needs access) .

    Your server may be not recognizing the file type, if yours is Apache, check in the httpd.conf file for this:

    <IfModule dir_module>
    DirectoryIndex index.html index.php
    </IfModule>

    Thread Starter cjhockey35

    (@cjhockey35)

    I made sure that was the case, still nothing

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After install, Index of/ brought up at any URL not specifically navigated to’ is closed to new replies.