原来bluehost是可以自定义php(php.ini)设置的
在php config页面,有如下功能
Install Default php.ini
This will copy the master php.ini to your public_html directory named “php.ini.default”. You can then edit the file with any custom directives your scripts require. You can also select to have the file include the settings for IonCube and/or SourceGuardian
会在主域名根目录下生成php.ini.default文件,即默认的php.ini配置
我们可以更改这个文件,并把它重命名为php.ini,放在我们的任意网站根目录下,即可被reload,很灵活,可以对不同的域进行不同配置,强大!
