From 0c4496132c468648a31a7a0130ea87cd718055e6 Mon Sep 17 00:00:00 2001
From: LindirQuenya <53021080+LindirQuenya@users.noreply.github.com>
Date: Sun, 24 Jul 2022 13:28:39 -0400
Subject: [PATCH] Add extra index extensions from router.php.

---
 httpd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
 
 #