Часто Задаваемые Вопросы


При попытке сохранить изменения в админке возникает ошибка - Not Acceptable An appropriate representation of the requested resource /administrator/index.php could not be found on this server.

Необходимо добавить в файл .htaccess следующий код:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>