C
C
Combat72016-10-22 11:52:09
PHP
Combat7, 2016-10-22 11:52:09

How can access to a folder be denied?

In general, there is a site on Bitrix.
It does not let me into the admin panel, when I enter the admin page it says
Forbidden
Access denied.
Do you have access to ftp, where can the login ban be hidden? I looked in hitache, no

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
ahosta, 2016-10-22
@ahosta

chmod ?

L
Leonid, 2016-10-22
@primipilus

Most likely, the matter is in the .access file in the /bitrix/ folder , and
access rights for groups are already indicated there. or you don’t have it at all and you need to create
an example:

<?php
$PERM["admin"]["8"]="R";
$PERM["admin"]["7"]="R";
$PERM["admin"]["19"]="R";
$PERM["admin"]["*"]="D";
?>

D
Dmitry, 2016-10-24
@mrsoul

In nginx settings. For example, there may be a blocking by ip. You can also close the administrative section using Bitrix /bitrix/admin/security_iprule_admin.php?lang=ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question