skip to Main Content

After installing WordPress through softaculous (from my cpanel) and going to the directory I just see an indexed list instead of the theme.

reidsherman.com/wp

Similar questions to this hint at a missing index.php, but as you can see there is an index file.
Thanks.

2

Answers


  1. Chosen as BEST ANSWER

    It turns out that my .htaccess file had an alternate default index page, index.html. The fix was to simply comment out that line.


  2. This is maybe a misconfiguration of your webserver. If you are using an Apache try this:

    DirectoryIndex index.php 
    

    in httpd.conf

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search