OVH - client denied by server configuration:

655 views Asked by At

I take my Symfony project in my server, but I have one error. When i see on the errors on the server, I get it :

[Wed Dec 21 11:44:08 2016] [error] [client 92.140.212.141] [host www.triath-swim.fr] client denied by server configuration: /homez.594/triathswog/www/.htaccess, referer: http://www.triath-swim.fr/
[Wed Dec 21 11:44:08 2016] [error] [client 92.140.212.141] [host www.triath-swim.fr] client denied by server configuration: /homez.594/triathswog/www/.htaccess, referer: http://www.triath-swim.fr/

I don't understand.

My site web is : www.triath-swim.fr

in /.htaccess :

SetEnv SHORT_OPEN_TAGS 0
SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0
SetEnv SESSION_AUTOSTART 0
SetEnv ZEND_OPTIMIZER 1
SetEnv PHP_VER_7_0

in www/.htacess :

SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0
SetEnv ZEND_OPTIMIZER 1
SetEnv PHP_VER 7_0

enter image description here

0

There are 0 answers