Title: WP Master's Replies | WordPress.org

---

# WP Master

  [  ](https://wordpress.org/support/users/wordpressmaster/)

 *   [Profile](https://wordpress.org/support/users/wordpressmaster/)
 *   [Topics Started](https://wordpress.org/support/users/wordpressmaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wordpressmaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wordpressmaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wordpressmaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wordpressmaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wordpressmaster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Directory is Visible](https://wordpress.org/support/topic/directory-is-visible/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/directory-is-visible/#post-2427839)
 * It means that your host is only indexing .htm and not .php, it’s a Directory 
   Index related issue.
 * Here’s the list normally recommended:
 * **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
 * **Solution 4**
    Contact your host
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Directory is Visible](https://wordpress.org/support/topic/directory-is-visible/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/directory-is-visible/#post-2427828)
 * Not index.php, just make a file with the name index.htm and upload it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Directory is Visible](https://wordpress.org/support/topic/directory-is-visible/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/directory-is-visible/#post-2427821)
 * Did you checked your Directory Index settings? Make one file index.htm inside
   the root and then try to reopen your web url, if a blank page appears then there
   is a problem with Directory Index settings of your server.
    That’s my guess.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Directory is Visible](https://wordpress.org/support/topic/directory-is-visible/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/directory-is-visible/#post-2427818)
 * What type of hosting you are using? VPS/Dedi or Shared?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Directory is Visible](https://wordpress.org/support/topic/directory-is-visible/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/directory-is-visible/#post-2427815)
 * Do you have index.php in that list?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding post , title but no content showing](https://wordpress.org/support/topic/adding-post-title-but-no-content-showing/)
 *  [WP Master](https://wordpress.org/support/users/wordpressmaster/)
 * (@wordpressmaster)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/adding-post-title-but-no-content-showing/#post-2427416)
 * What’s your website’s link?
    <?php the_content(); ?> must be missing from the
   template.

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