|
PHP ConsiderationsCustomizing your php.iniIf you are going to customize your php.ini, you should get your host default. And then propagate to all subdirectories that has PHP. But this only works if your host has PHP setup to scan directories for other php.ini. PHP Script to grab host default. Here is Dreamhost's instructions for doing the above. .htaccessSome host will allow .htaccess to change PHP directives. This only works if PHP is run as Apache instead of CGI. The .htaccess automatically affects subdirectories.
NextFor more lessons, see left menu
|

