Viewing 2 replies - 1 through 2 (of 2 total)
  • Solution 1
    If allowed by your host, putting this in an .htaccess file will solve the problem:
    DirectoryIndex index.html index.htm index.php

    Solution 2
    Some hosts allow you to make a change, via their hosting control panel, to the DirectoryIndex. It’s typically described as Indexes or Index documents, but may also require you to type something like
    DirectoryIndex index.html index.htm index.php
    or specify index.php as an index type file.

    Solution 3
    Instruct Apache to treat index.php as an index file. If you own the server, or have access to the http.conf file, simply modify the DirectoryIndex line in httpd.conf to:
    DirectoryIndex index.html index.htm index.php

    This search of the forum found the solutions described above:
    https://www.ads-software.com/search/displays+directory?forums=1

    Thread Starter 4themachine

    (@4themachine)

    I used Solution 3. it worked

    Thank you sooooooooo much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blog showing as files and folders’ is closed to new replies.