Answer the question
In order to leave comments, you need to log in
How to install bitrix on xampp?
Bitrix requires setting the mbstring.func_overload=2 parameter. So I did it in the php.ini file
. After that, phpmyadmin refuses to work. I tried only in the .htaccess file to prescribe php_value mbstring.func_overload 2. This does not help, it requires setting the mbstring.func_overload=2 parameter.
Build xampp. Tell me how to make Bitrix and pma together.
Answer the question
In order to leave comments, you need to log in
In apache configuration settings for specific www domain add and restart apache
<IfModule php7_module>
php_admin_flag engine on
php_admin_value mbstring.func_overload 2
</IfModule>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question