[ACL] Access to context [/] is denied!

abk

Administrator
Staff member
#3
Please check the permissions of the files/folders and if there is a deny from all rule in your .htaccess file.
You can also open a support ticket if you want us to take a look at this issue.
 
#4
# END NON_LSCACHE

# BEGIN WordPress
# Le direttive (linee) tra `BEGIN WordPress` e `END WordPress` sono
# generate dinamicamente, e dovrebbero essere modificate solo tramite i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori verrà sovrascritta.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# BEGIN IWEBLAB Hosting Manager
# The directives (lines) between "BEGIN IWEBLAB Hosting Manager" and "END IWEBLAB Hosting Manager" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
BrowserMatchNoCase "Yandex" botsenable
# END IWEBLAB Hosting Manager
 
Top