Runtime ConfigurationThe behaviour of the Apache PHP module is affected by settings in php.ini. Configuration settings from php.ini may be overridden by php_flag settings in the server configuration file or local .htaccess files. Example #1 Turning off PHP parsing for a directory using .htaccess php_flag engine off
Here's a short explanation of the configuration directives.
|