Concernant phpflag et phpvalue
Il y a quelques configurations qui ne sont pas prise en compte par le serveur.
en fait faut regarder dans phpinfo:
PHP Core
Local Value = Ce que l'on peut modifier avec .htaccess
Master value= configuration par défaut du serveur
C'est pareil pour toi sur ton serveur, tu as des configuration local value que tu ne peux pas modifier via .htaccess ?
je refais le tour ex:
#php_flag expose_php Off Impossible à modifier
on peu supprimer du .htaccess car:
For security and SEO reasons, I would like to get rid of the x-powered-by PHP/x.x header I recieve from the server, but don't know how to do this.
I tried inserting: php_flag expose_php off into my .htaccess file, but that didn't work.
Does anybody know of a way to do this with the .htaccess file or any other techniques so I don't get this?
coopster
#:1523733 4:49 pm on June 5, 2006 (utc 0)
That particular configuration directive can be set in php.ini only.
http://php.net/manual/en/ini.php#ini.list