Server : Apache System : Linux vps-11451614.idig.com.br 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : qscolchoes ( 1033) PHP Version : 7.4.33 Disable Function : NONE Directory : /var/softaculous/humhub/ |
Upload File : |
<?php /** * This file provides to overwrite the default HumHub / Yii configuration by your local common (Console and Web) environments * @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html * @see http://docs.humhub.org/admin-installation-configuration.html * @see http://docs.humhub.org/dev-environment.html */ return [ 'components' => [ 'urlManager' => [ 'showScriptName' => false, 'enablePrettyUrl' => true, ], ] ];