Title: spitfire77's Replies | WordPress.org

---

# spitfire77

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [php 5.2.8 and directory listing prob](https://wordpress.org/support/topic/php-528-and-directory-listing-prob/)
 *  [spitfire77](https://wordpress.org/support/users/spitfire77/)
 * (@spitfire77)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/php-528-and-directory-listing-prob/#post-987010)
 * I had the same problem. It is NOT a WordPress issue, but rather an Apache config
   issue.
 * If you have access to your Apache httpd.conf file, change this line:
 * `AllowOverride None`
 * to:
 * `AllowOverride All`
 * As mentioned in the httpd.conf file _**AllowOverride controls what directives
   may be placed in .htaccess files.**_
 * So you can adjust the AllowOverride directive to whatever tickles your fancy,
   but setting to All makes WP work as long as you include this as well in your .
   htaccess file in your wordpress dir:
 *     ```
       Options -Indexes
       DirectoryIndex index.php index.html index.htm
       ```
   
 * If you don’t have access to your httpd.conf file, and you cannot create the above.
   htaccess file… contact your provider… and good luck!

Viewing 1 replies (of 1 total)