diff --git a/httpd.conf b/httpd.conf
index 3fc10ec..bbc64ef 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -276,7 +276,7 @@ DocumentRoot "/var/www/localhost/htdocs"
 # is requested.
 #
 <IfModule dir_module>
-    DirectoryIndex index.html index.htm index.php
+    DirectoryIndex index.html index.htm index.php index.php5 index.phtml
 </IfModule>
 
 #