View Single Post
  #1  
Old 11-19-2012, 05:25 AM
andyf andyf is offline
Member
 
Join Date: Nov 2012
Posts: 11
Default PHP per host/path configuration directives

ref: http://us3.php.net/manual/en/ini.sections.php

PHP allows configuration directives to be defined with HOST= and PATH= syntax. This prevents these directives being overridden from from ini_set or via .htaccess.

Does LSWS support this, as no matter what I try, the configuration directives defined in the system php.ini under the HOST and PATH sections do not get applied to PHP requests at all.
Reply With Quote