- Server operating system version
- CentOS Linux 7.9
- Plesk version and microupdate number
- 18.0.52
Hi all,
Since one hour, with a have a problem with a server.
We have errors 403 with in the logs: "client denied by server configuration"
Nota: we don"t have made any change on the server.
If we go to "Apache & Nginx" and we Apply directly, website is ok but only one minute and after errors 403.
The web page say: "You do not have permission to access this document.".
Nota: we have disabled fail2ban.
Do you have an idea of the problem?
There is an .htacces file in the website but only with rewrite rules:
RewriteEngine on
RewriteCond %{REQUEST_URI} !assets/(.*)$
RewriteCond %{REQUEST_URI} !data/(.*)$
RewriteRule ^(.*)$ index.php [L]
Thabk you for your ideas...
Since one hour, with a have a problem with a server.
We have errors 403 with in the logs: "client denied by server configuration"
Nota: we don"t have made any change on the server.
If we go to "Apache & Nginx" and we Apply directly, website is ok but only one minute and after errors 403.
The web page say: "You do not have permission to access this document.".
Nota: we have disabled fail2ban.
Do you have an idea of the problem?
There is an .htacces file in the website but only with rewrite rules:
RewriteEngine on
RewriteCond %{REQUEST_URI} !assets/(.*)$
RewriteCond %{REQUEST_URI} !data/(.*)$
RewriteRule ^(.*)$ index.php [L]
Thabk you for your ideas...