M
M
Mnevis2019-09-26 16:01:18
1C-Bitrix
Mnevis, 2019-09-26 16:01:18

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

2 answer(s)
Y
Yaroslav Alexandrov, 2019-09-27
@alexyarik

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>

S
Sergey, 2019-09-26
@gangstarcj

Install in apache config.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question