I don't know if users can do bad things if they can access my php.ini file but I would like to disable access to this extension.
I tried this :
<Files ~ "\.(ini)$">
order allow,deny
deny from all
</Files>
But it doesn't seem to work...
What can I do ?
Thank you very much for your help. Cordially.