From 9ea9d07d4588e418dcb44ea86759fe105894e484 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Oct 2020 19:39:24 +0000 Subject: Don't use index.php --- etc/apache/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/apache') diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index f1d0542..8203e31 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -83,7 +83,7 @@ RemoteIPProxyProtocol On ExtendedStatus On -DirectoryIndex index.php index.html +DirectoryIndex index.html VirtualDocumentRoot /var/www/shared/vhosts/%0/ AccessFileName .htaccess UseCanonicalName Off -- cgit v1.2.3