Update httpd_config.conf

Add the below to support autoload of .htaccess
`autoLoadHtaccess          1`
https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/

https://feedback.cyberpanel.net/b/requests/p/automatic-restart-of-openlitespeed-server-after-any-change-in-htaccess

Also added in missing phpconfigs for later PHP versions
This commit is contained in:
WhatTheServer
2020-12-31 10:40:44 -05:00
committed by GitHub
parent 7f8a36f892
commit 812d1e4d99

View File

@@ -32,6 +32,7 @@ expires {
enableExpires 1
expiresByType image/*=A604800, text/css=A604800, application/x-javascript=A604800
}
autoLoadHtaccess 1
tuning {
eventDispatcher best
@@ -199,4 +200,7 @@ include phpconfigs/php55.conf
include phpconfigs/php56.conf
include phpconfigs/php70.conf
include phpconfigs/php71.conf
include phpconfigs/php72.conf
include phpconfigs/php73.conf
include phpconfigs/php74.conf
include phpconfigs/php80.conf